#AE9006

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

Shades of Dark Goldenrod #AE9006

Tints of Dark Goldenrod #AE9006

Color information

#AE9006 (or 0xAE9006) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 90 and 06. RGB value is (174,144,6). Sum of RGB (Red+Green+Blue) = 174+144+6=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9006 is #516FF9. Grayscale: #898989. Windows color (decimal): -5337082 or 430254. OLE color: 430254.

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

Color convert

RGB1741446-
CMYK00.170.970.32
HSL49.29º93.33%35.29%-
HSV(B)49.29º96.55%68.24%-
XYZ27.4628.964.31-
YUV137.2453.94154.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=53.70%
G=44.44%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174144600.170.970.3249.2993.3335.29
HexAE9060116120315d23
Octal2562206021141406113543
Binary101011101001000011001000111000011000001100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9006; }

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

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

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

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

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

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

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

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