Html Css Color HEX #AC8D11 Dark Goldenrod

📋 copy color: '#AC8D11'

red 172 ◦ green 141 ◦ blue 17

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

Shades of Dark Goldenrod #AC8D11

Tints of Dark Goldenrod #AC8D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 52.12%
G = 42.73%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8D11 (or 0xAC8D11) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 11. RGB value is (172,141,17). Sum of RGB (Red+Green+Blue) = 172+141+17=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D11 is #5372EE. Grayscale: #888888. Windows color (decimal): -5468911 or 1150380. OLE color: 1150380.

HSL color Cylindrical-coordinate representation of color #AC8D11: hue angle of 48º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8D11 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 17 -
CMYK 0 0.18 0.90 0.33
HSL 48º 0.82% 0.37% -
HSV(B) 48º 0.9% 0.67% -
XYZ 26.64 27.86 4.5 -
YUV 136.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 172 141 17 0 0.18 0.90 0.33 48 0.82 0.37
Hex AC 8D 11 0 12 5A 21 30 52 25
Octal 254 215 21 0 22 132 41 60 122 45
Binary 10101100 10001101 10001 0 10010 1011010 100001 110000 1010010 100101

Color Harmonies of #AC8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D11

Black with #AC8D11

Text Example


Text Example

White with #AC8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D11; }

 p { color: rgb(172,141,17); }

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

background-color css

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

 a { background-color: rgb(172,141,17); }

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

border-color css

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

 span { border-color: rgb(172,141,17); }

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