#AE7609

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

Shades of Dark Goldenrod #AE7609

Tints of Dark Goldenrod #AE7609

Color information

#AE7609 (or 0xAE7609) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 76 and 09. RGB value is (174,118,9). Sum of RGB (Red+Green+Blue) = 174+118+9=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7609 is #5189F6. Grayscale: #7A7A7A. Windows color (decimal): -5343735 or 620206. OLE color: 620206.

HSL color Cylindrical-coordinate representation of color #AE7609: hue angle of 39.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE7609 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB1741189-
CMYK00.320.950.32
HSL39.64º90.16%35.88%-
HSV(B)39.64º94.83%68.24%-
XYZ23.9821.983.24-
YUV122.3264.05164.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 9 (3.91% from 255) = 2.99%
R=57.81%
G=39.20%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174118900.320.950.3239.6490.1635.88
HexAE7690205F20285a24
Octal25616611040137405013244
Binary1010111011101101001010000010111111000001010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7609; }

 p { color: rgb(174,118,9); }

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

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

 a { background-color: rgb(174,118,9); }

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

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

 span { border-color: rgb(174,118,9); }

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