#AE7D04

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

Shades of Dark Goldenrod #AE7D04

Tints of Dark Goldenrod #AE7D04

Color information

#AE7D04 (or 0xAE7D04) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7D and 04. RGB value is (174,125,4). Sum of RGB (Red+Green+Blue) = 174+125+4=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D04 is #5182FB. Grayscale: #7E7E7E. Windows color (decimal): -5341948 or 294318. OLE color: 294318.

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

Color convert

RGB1741254-
CMYK00.280.980.32
HSL42.71º95.51%34.9%-
HSV(B)42.71º97.7%68.24%-
XYZ24.8123.673.38-
YUV125.8659.23162.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=57.43%
G=41.25%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174125400.280.980.3242.7195.5134.9
HexAE7D401C62202b6023
Octal2561754034142405314043
Binary10101110111110110001110011000101000001010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D04; }

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

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

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

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

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

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

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

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