#AE9007

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

Shades of Dark Goldenrod #AE9007

Tints of Dark Goldenrod #AE9007

Color information

#AE9007 (or 0xAE9007) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 90 and 07. RGB value is (174,144,7). Sum of RGB (Red+Green+Blue) = 174+144+7=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9007 is #516FF8. Grayscale: #898989. Windows color (decimal): -5337081 or 495790. OLE color: 495790.

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

Color convert

RGB1741447-
CMYK00.170.960.32
HSL49.22º92.27%35.49%-
HSV(B)49.22º95.98%68.24%-
XYZ27.4728.964.34-
YUV137.3554.44154.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=53.54%
G=44.31%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174144700.170.960.3249.2292.2735.49
HexAE9070116020315c23
Octal2562207021140406113443
Binary101011101001000011101000111000001000001100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9007; }

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

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

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

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

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

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

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

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