#AE7E04

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

Shades of Dark Goldenrod #AE7E04

Tints of Dark Goldenrod #AE7E04

Color information

#AE7E04 (or 0xAE7E04) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 04. RGB value is (174,126,4). Sum of RGB (Red+Green+Blue) = 174+126+4=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E04 is #5181FB. Grayscale: #7E7E7E. Windows color (decimal): -5341692 or 294574. OLE color: 294574.

HSL color Cylindrical-coordinate representation of color #AE7E04: hue angle of 43.06º 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 #AE7E04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741264-
CMYK00.280.980.32
HSL43.06º95.51%34.9%-
HSV(B)43.06º97.7%68.24%-
XYZ24.9423.933.42-
YUV126.4458.9161.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=57.24%
G=41.45%
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
Decimal174126400.280.980.3243.0695.5134.9
HexAE7E401C62202b6023
Octal2561764034142405314043
Binary10101110111111010001110011000101000001010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E04; }

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

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

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

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

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

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

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

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