#ac8114

Color #AC8114 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AC8114

Tints of Dark Goldenrod #AC8114

Color information

#AC8114 (or 0xAC8114) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 81 and 14. RGB value is (172,129,20). Sum of RGB (Red+Green+Blue) = 172+129+20=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8114 is #537EEB. Grayscale: #818181. Windows color (decimal): -5471980 or 1343916. OLE color: 1343916.

HSL color Cylindrical-coordinate representation of color #AC8114: hue angle of 43.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC8114 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17212920-
CMYK00.250.880.33
HSL43.03º79.17%37.65%-
HSV(B)43.03º88.37%67.45%-
XYZ24.9924.524.08-
YUV129.4366.25158.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=53.58%
G=40.19%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721292000.250.880.3343.0379.1737.65
HexAC811401958212b4f26
Octal25420124031130415311746
Binary10101100100000011010001100110110001000011010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8114; }

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

 H1.HeaderClassName
 {
   color: #ac8114;
 }
 .AnyTagClassName
 {
   color: #ac8114;
 }
</style>
background-color css

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

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

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

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

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

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