#AE8E09

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

Shades of Dark Goldenrod #AE8E09

Tints of Dark Goldenrod #AE8E09

Color information

#AE8E09 (or 0xAE8E09) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 8E and 09. RGB value is (174,142,9). Sum of RGB (Red+Green+Blue) = 174+142+9=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8E09 is #5171F6. Grayscale: #888888. Windows color (decimal): -5337591 or 626350. OLE color: 626350.

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

Color convert

RGB1741429-
CMYK00.180.950.32
HSL48.36º90.16%35.88%-
HSV(B)48.36º94.83%68.24%-
XYZ27.1828.364.3-
YUV136.4156.1154.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=53.54%
G=43.69%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174142900.180.950.3248.3690.1635.88
HexAE8E90125F20305a24
Octal25621611022137406013244
Binary1010111010001110100101001010111111000001100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E09; }

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

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

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

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

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

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

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

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