Html Css Color HEX #AC8112 Dark Goldenrod

📋 copy color: '#AC8112'

red 172 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #AC8112

Tints of Dark Goldenrod #AC8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 53.92%
G = 40.44%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8112 (or 0xAC8112) is known color: Dark Goldenrod. HEX triplet: AC, 81 and 12. RGB value is (172,129,18). Sum of RGB (Red+Green+Blue) = 172+129+18=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8112 is #537EED. Grayscale: #818181. Windows color (decimal): -5471982 or 1212844. OLE color: 1212844.

HSL color Cylindrical-coordinate representation of color #AC8112: hue angle of 43.25º degrees, saturation: 0.81, 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 #AC8112 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 18 -
CMYK 0 0.25 0.90 0.33
HSL 43.25º 0.81% 0.37% -
HSV(B) 43.25º 0.9% 0.67% -
XYZ 24.97 24.51 3.99 -
YUV 129.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 172 129 18 0 0.25 0.90 0.33 43.25 0.81 0.37
Hex AC 81 12 0 19 5A 21 2B 51 25
Octal 254 201 22 0 31 132 41 53 121 45
Binary 10101100 10000001 10010 0 11001 1011010 100001 101011 1010001 100101

Color Harmonies of #AC8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8112

Black with #AC8112

Text Example


Text Example

White with #AC8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8112; }

 p { color: rgb(172,129,18); }

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

background-color css

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

 a { background-color: rgb(172,129,18); }

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

border-color css

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

 span { border-color: rgb(172,129,18); }

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