#AC7D04

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

Shades of Dark Goldenrod #AC7D04

Tints of Dark Goldenrod #AC7D04

Color information

#AC7D04 (or 0xAC7D04) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 7D and 04. RGB value is (172,125,4). Sum of RGB (Red+Green+Blue) = 172+125+4=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D04 is #5382FB. Grayscale: #7D7D7D. Windows color (decimal): -5473020 or 294316. OLE color: 294316.

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

Color convert

RGB1721254-
CMYK00.270.980.33
HSL43.21º95.45%34.51%-
HSV(B)43.21º97.67%67.45%-
XYZ24.3723.453.36-
YUV125.2659.57161.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=57.14%
G=41.53%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172125400.270.980.3343.2195.4534.51
HexAC7D401B62212b5f23
Octal2541754033142415313743
Binary10101100111110110001101111000101000011010111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D04; }

 p { color: rgb(172,125,4); }

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

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

 a { background-color: rgb(172,125,4); }

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

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

 span { border-color: rgb(172,125,4); }

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