#AE7E06

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

Shades of Dark Goldenrod #AE7E06

Tints of Dark Goldenrod #AE7E06

Color information

#AE7E06 (or 0xAE7E06) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 06. RGB value is (174,126,6). Sum of RGB (Red+Green+Blue) = 174+126+6=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E06 is #5181F9. Grayscale: #7F7F7F. Windows color (decimal): -5341690 or 425646. OLE color: 425646.

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

Color convert

RGB1741266-
CMYK00.280.970.32
HSL42.86º93.33%35.29%-
HSV(B)42.86º96.55%68.24%-
XYZ24.9523.933.48-
YUV126.6759.9161.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 6 (2.73% from 255) = 1.96%
R=56.86%
G=41.18%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174126600.280.970.3242.8693.3335.29
HexAE7E601C61202b5d23
Octal2561766034141405313543
Binary10101110111111011001110011000011000001010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E06; }

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

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

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

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

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

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

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

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