#AE900B

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

Shades of Dark Goldenrod #AE900B

Tints of Dark Goldenrod #AE900B

Color information

#AE900B (or 0xAE900B) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 90 and 0B. RGB value is (174,144,11). Sum of RGB (Red+Green+Blue) = 174+144+11=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE900B is #516FF4. Grayscale: #8A8A8A. Windows color (decimal): -5337077 or 757934. OLE color: 757934.

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

Color convert

RGB17414411-
CMYK00.170.940.32
HSL48.96º88.11%36.27%-
HSV(B)48.96º93.68%68.24%-
XYZ27.4928.974.46-
YUV137.8156.44153.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=52.89%
G=43.77%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741441100.170.940.3248.9688.1136.27
HexAE90B0115E20315824
Octal25622013021136406113044
Binary1010111010010000101101000110111101000001100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE900B; }

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

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

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

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

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

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

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

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