Html Css Color HEX #AC8C06 Dark Goldenrod

📋 copy color: '#AC8C06'

red 172 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #AC8C06

Tints of Dark Goldenrod #AC8C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.03%

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

R = 54.09%
G = 44.03%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC8C06 (or 0xAC8C06) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 06. RGB value is (172,140,6). Sum of RGB (Red+Green+Blue) = 172+140+6=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C06 is #5373F9. Grayscale: #868686. Windows color (decimal): -5469178 or 429228. OLE color: 429228.

HSL color Cylindrical-coordinate representation of color #AC8C06: hue angle of 48.43º 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 #AC8C06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 6 -
CMYK 0 0.19 0.97 0.33
HSL 48.43º 0.93% 0.35% -
HSV(B) 48.43º 0.97% 0.67% -
XYZ 26.42 27.54 4.1 -
YUV 134.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 172 140 6 0 0.19 0.97 0.33 48.43 0.93 0.35
Hex AC 8C 6 0 13 61 21 30 5D 23
Octal 254 214 6 0 23 141 41 60 135 43
Binary 10101100 10001100 110 0 10011 1100001 100001 110000 1011101 100011

Color Harmonies of #AC8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C06

Black with #AC8C06

Text Example


Text Example

White with #AC8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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