#AE7509

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

Shades of Dark Goldenrod #AE7509

Tints of Dark Goldenrod #AE7509

Color information

#AE7509 (or 0xAE7509) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 75 and 09. RGB value is (174,117,9). Sum of RGB (Red+Green+Blue) = 174+117+9=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7509 is #518AF6. Grayscale: #7A7A7A. Windows color (decimal): -5343991 or 619950. OLE color: 619950.

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

Color convert

RGB1741179-
CMYK00.330.950.32
HSL39.27º90.16%35.88%-
HSV(B)39.27º94.83%68.24%-
XYZ23.8721.743.2-
YUV121.7364.38165.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 9 (3.91% from 255) = 3%
R=58%
G=39%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117900.330.950.3239.2790.1635.88
HexAE7590215F20275a24
Octal25616511041137404713244
Binary1010111011101011001010000110111111000001001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7509; }

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

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

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

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

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

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

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

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