Html Css Color HEX #AC6006 Golden Brown

📋 copy color: '#AC6006'

red 172 ◦ green 96 ◦ blue 6

#AC6006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC6006

Tints of Golden Brown #AC6006

RGB

 RED value IS 172 (67.58% from 255) = 62.77%

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 62.77%
G = 35.04%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC6006 (or 0xAC6006) is known color: Golden Brown. HEX triplet: AC, 60 and 06. RGB value is (172,96,6). Sum of RGB (Red+Green+Blue) = 172+96+6=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6006 is #539FF9. Grayscale: #6C6C6C. Windows color (decimal): -5480442 or 417964. OLE color: 417964.

HSL color Cylindrical-coordinate representation of color #AC6006: hue angle of 32.53º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC6006 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 6 -
CMYK 0 0.44 0.97 0.33
HSL 32.53º 0.93% 0.35% -
HSV(B) 32.53º 0.97% 0.67% -
XYZ 21.23 17.15 2.36 -
YUV 108.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 172 96 6 0 0.44 0.97 0.33 32.53 0.93 0.35
Hex AC 60 6 0 2C 61 21 21 5D 23
Octal 254 140 6 0 54 141 41 41 135 43
Binary 10101100 1100000 110 0 101100 1100001 100001 100001 1011101 100011

Color Harmonies of #AC6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6006

Black with #AC6006

Text Example


Text Example

White with #AC6006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6006; }

 p { color: rgb(172,96,6); }

 H1.HeaderClassName
 {
   color: #AC6006;
 }
 .AnyTagClassName
 {
   color: #AC6006;
 }
</style>

background-color css

<style>
 a { background-color: #AC6006; }

 a { background-color: rgb(172,96,6); }

 div.DivClassName
 {
   background-color: #AC6006;
 }
 .BgClassName
 {
   background-color: #AC6006;
 }
</style>

border-color css

<style>
 span { border-color: #AC6006; }

 span { border-color: rgb(172,96,6); }

 td.TdClassName
 {
   border-color: #AC6006;
 }
 .TagClassName
 {
   border-color: #AC6006;
 }
</style>