#AE900D

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

Shades of Dark Goldenrod #AE900D

Tints of Dark Goldenrod #AE900D

Color information

#AE900D (or 0xAE900D) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 90 and 0D. RGB value is (174,144,13). Sum of RGB (Red+Green+Blue) = 174+144+13=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE900D is #516FF2. Grayscale: #8A8A8A. Windows color (decimal): -5337075 or 889006. OLE color: 889006.

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

Color convert

RGB17414413-
CMYK00.170.930.32
HSL48.82º86.1%36.67%-
HSV(B)48.82º92.53%68.24%-
XYZ27.528.974.52-
YUV138.0457.44153.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=52.57%
G=43.50%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741441300.170.930.3248.8286.136.67
HexAE90D0115D20315625
Octal25622015021135406112645
Binary1010111010010000110101000110111011000001100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE900D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE900D; }

 p { color: rgb(174,144,13); }

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

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

 a { background-color: rgb(174,144,13); }

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

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

 span { border-color: rgb(174,144,13); }

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