Color Hex Logo

#ac6502 Color Hex

#AC6502
(172,101,2)
0 Favorites   0 Comments

Color spaces of #ac6502

RGB 1721012
HSL0.100.980.34
HSV35°99°67°
CMYK 0.000.410.99   0.33
XYZ21.677918.08242.4051
Yxy18.08240.51410.4288
Hunter Lab42.523416.581126.4130
CIE-Lab49.595922.748556.9802

#ac6502 color RGB value is (172,101,2).

#ac6502 hex color red value is 172, green value is 101 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ac6502 hue: 0.10 , saturation: 0.98 and the lightness value of ac6502 is 0.34.

The process color (four color CMYK) of #ac6502 color hex is 0.00, 0.41, 0.99, 0.33. Web safe color of #ac6502 is #996600. Color #ac6502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00000010
Octal 254 145 2
Decimal 172 101 2
Hex AC 65 2

RGB Percentages of Color #ac6502

%62.55
%36.73
%0.73

CMYK Percentages of Color #ac6502

%0
%41
%99
%33

Triadic Colors of #ac6502

#ac6502 #02ac65 #6502ac

Analogous Colors of #ac6502

#ac6502 #9eac02 #ac1002

Monochromatic Colors of #ac6502

#ac6502

Complementary Color

#ac6502 #0249ac

#ac6502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6502 Color CSS Codes

.mybgcolor {background-color:#ac6502; } 
.myforecolor {color:#ac6502; }
.mybordercolor {border:3px solid #ac6502; }

#ac6502 Text Font Color

<p style="color:#ac6502">Text here</p>

This sample text font color is #ac6502
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ac6502 Background Color

<div style="background-color:#ac6502">
Div content here</div>

This div background color is #ac6502


#ac6502 Border Color

<div style="border:3px solid #ac6502">
Div here</div>

This div border color is #ac6502


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,101,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac6502; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac6502;
  -webkit-box-shadow: 1px 1px 3px 2px #ac6502;
  box-shadow:         1px 1px 3px 2px #ac6502; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,101,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac6502">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ac6502;
  -webkit-box-shadow: 1px 1px 3px 2px #ac6502;
  box-shadow:         1px 1px 3px 2px #ac6502;">
Div content here</div>

This div box has shadow with color #ac6502


Comments

No comments written yet.

Please login to write comment.