#AE9900

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

Shades of Dark Goldenrod #AE9900

Tints of Dark Goldenrod #AE9900

Color information

#AE9900 (or 0xAE9900) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 99 and 00. RGB value is (174,153,0). Sum of RGB (Red+Green+Blue) = 174+153+0=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9900 is #5166FF. Grayscale: #8E8E8E. Windows color (decimal): -5334784 or 39342. OLE color: 39342.

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

Color convert

RGB1741530-
CMYK00.1210.32
HSL52.76º100%34.12%-
HSV(B)52.76º100%68.24%-
XYZ28.8531.784.61-
YUV141.8447.96150.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.21%
G=46.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174153000.1210.3252.7610034.12
HexAE9900C6420356422
Octal2562310014144406514442
Binary101011101001100100110011001001000001101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9900; }

 p { color: rgb(174,153,0); }

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

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

 a { background-color: rgb(174,153,0); }

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

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

 span { border-color: rgb(174,153,0); }

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