#AC7C07

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

Shades of Dark Goldenrod #AC7C07

Tints of Dark Goldenrod #AC7C07

Color information

#AC7C07 (or 0xAC7C07) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 7C and 07. RGB value is (172,124,7). Sum of RGB (Red+Green+Blue) = 172+124+7=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C07 is #5383F8. Grayscale: #7D7D7D. Windows color (decimal): -5473273 or 490668. OLE color: 490668.

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

Color convert

RGB1721247-
CMYK00.280.960.33
HSL42.55º92.18%35.1%-
HSV(B)42.55º95.93%67.45%-
XYZ24.2623.23.4-
YUV125.0161.4161.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 7 (3.12% from 255) = 2.31%
R=56.77%
G=40.92%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172124700.280.960.3342.5592.1835.1
HexAC7C701C60212b5c23
Octal2541747034140415313443
Binary10101100111110011101110011000001000011010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C07; }

 p { color: rgb(172,124,7); }

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

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

 a { background-color: rgb(172,124,7); }

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

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

 span { border-color: rgb(172,124,7); }

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