Html Css Color HEX #AC8E08 Dark Goldenrod

📋 copy color: '#AC8E08'

red 172 ◦ green 142 ◦ blue 8

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

Shades of Dark Goldenrod #AC8E08

Tints of Dark Goldenrod #AC8E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 53.42%
G = 44.1%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC8E08 (or 0xAC8E08) is known color: Dark Goldenrod. HEX triplet: AC, 8E and 08. RGB value is (172,142,8). Sum of RGB (Red+Green+Blue) = 172+142+8=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8E08 is #5371F7. Grayscale: #888888. Windows color (decimal): -5468664 or 560812. OLE color: 560812.

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

Color convert

RGB 172 142 8 -
CMYK 0 0.17 0.95 0.33
HSL 49.02º 0.91% 0.35% -
HSV(B) 49.02º 0.95% 0.67% -
XYZ 26.73 28.13 4.25 -
YUV 135.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 172 142 8 0 0.17 0.95 0.33 49.02 0.91 0.35
Hex AC 8E 8 0 11 5F 21 31 5B 23
Octal 254 216 10 0 21 137 41 61 133 43
Binary 10101100 10001110 1000 0 10001 1011111 100001 110001 1011011 100011

Color Harmonies of #AC8E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E08

Black with #AC8E08

Text Example


Text Example

White with #AC8E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E08; }

 p { color: rgb(172,142,8); }

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

background-color css

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

 a { background-color: rgb(172,142,8); }

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

border-color css

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

 span { border-color: rgb(172,142,8); }

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