Html Css Color HEX #AC8F09 Dark Goldenrod

📋 copy color: '#AC8F09'

red 172 ◦ green 143 ◦ blue 9

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

Shades of Dark Goldenrod #AC8F09

Tints of Dark Goldenrod #AC8F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.14%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 53.09%
G = 44.14%
B = 2.78%

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

#AC8F09 (or 0xAC8F09) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 09. RGB value is (172,143,9). Sum of RGB (Red+Green+Blue) = 172+143+9=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F09 is #5370F6. Grayscale: #888888. Windows color (decimal): -5468407 or 626604. OLE color: 626604.

HSL color Cylindrical-coordinate representation of color #AC8F09: hue angle of 49.33º degrees, saturation: 0.9, 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 #AC8F09 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 9 -
CMYK 0 0.17 0.95 0.33
HSL 49.33º 0.9% 0.35% -
HSV(B) 49.33º 0.95% 0.67% -
XYZ 26.89 28.44 4.33 -
YUV 136.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 172 143 9 0 0.17 0.95 0.33 49.33 0.9 0.35
Hex AC 8F 9 0 11 5F 21 31 5A 23
Octal 254 217 11 0 21 137 41 61 132 43
Binary 10101100 10001111 1001 0 10001 1011111 100001 110001 1011010 100011

Color Harmonies of #AC8F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F09

Black with #AC8F09

Text Example


Text Example

White with #AC8F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F09; }

 p { color: rgb(172,143,9); }

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

background-color css

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

 a { background-color: rgb(172,143,9); }

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

border-color css

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

 span { border-color: rgb(172,143,9); }

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