#AC7E0D

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

Shades of Dark Goldenrod #AC7E0D

Tints of Dark Goldenrod #AC7E0D

Color information

#AC7E0D (or 0xAC7E0D) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 7E and 0D. RGB value is (172,126,13). Sum of RGB (Red+Green+Blue) = 172+126+13=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E0D is #5381F2. Grayscale: #7F7F7F. Windows color (decimal): -5472755 or 884396. OLE color: 884396.

HSL color Cylindrical-coordinate representation of color #AC7E0D: hue angle of 42.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC7E0D is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17212613-
CMYK00.270.920.33
HSL42.64º85.95%36.27%-
HSV(B)42.64º92.44%67.45%-
XYZ24.5523.723.67-
YUV126.8763.74160.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=55.31%
G=40.51%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721261300.270.920.3342.6485.9536.27
HexAC7ED01B5C212b5624
Octal25417615033134415312644
Binary101011001111110110101101110111001000011010111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E0D; }

 p { color: rgb(172,126,13); }

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

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

 a { background-color: rgb(172,126,13); }

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

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

 span { border-color: rgb(172,126,13); }

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