#AE7906

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

Shades of Dark Goldenrod #AE7906

Tints of Dark Goldenrod #AE7906

Color information

#AE7906 (or 0xAE7906) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 79 and 06. RGB value is (174,121,6). Sum of RGB (Red+Green+Blue) = 174+121+6=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7906 is #5186F9. Grayscale: #7C7C7C. Windows color (decimal): -5342970 or 424366. OLE color: 424366.

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

Color convert

RGB1741216-
CMYK00.300.970.32
HSL41.07º93.33%35.29%-
HSV(B)41.07º96.55%68.24%-
XYZ24.3322.693.27-
YUV123.7461.56163.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=57.81%
G=40.20%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174121600.300.970.3241.0793.3335.29
HexAE79601E6120295d23
Octal2561716036141405113543
Binary10101110111100111001111011000011000001010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7906; }

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

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

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

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

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

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

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

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