Html Css Color HEX #AC8A09 Dark Goldenrod

📋 copy color: '#AC8A09'

red 172 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #AC8A09

Tints of Dark Goldenrod #AC8A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

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

R = 53.92%
G = 43.26%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC8A09 (or 0xAC8A09) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 09. RGB value is (172,138,9). Sum of RGB (Red+Green+Blue) = 172+138+9=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A09 is #5375F6. Grayscale: #868686. Windows color (decimal): -5469687 or 625324. OLE color: 625324.

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

Color convert

RGB 172 138 9 -
CMYK 0 0.20 0.95 0.33
HSL 47.48º 0.9% 0.35% -
HSV(B) 47.48º 0.95% 0.67% -
XYZ 26.15 26.97 4.09 -
YUV 133.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 172 138 9 0 0.20 0.95 0.33 47.48 0.9 0.35
Hex AC 8A 9 0 14 5F 21 2F 5A 23
Octal 254 212 11 0 24 137 41 57 132 43
Binary 10101100 10001010 1001 0 10100 1011111 100001 101111 1011010 100011

Color Harmonies of #AC8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A09

Black with #AC8A09

Text Example


Text Example

White with #AC8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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