#AE7310

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

Shades of Dark Goldenrod #AE7310

Tints of Dark Goldenrod #AE7310

Color information

#AE7310 (or 0xAE7310) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 73 and 10. RGB value is (174,115,16). Sum of RGB (Red+Green+Blue) = 174+115+16=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7310 is #518CEF. Grayscale: #797979. Windows color (decimal): -5344496 or 1078190. OLE color: 1078190.

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

Color convert

RGB17411516-
CMYK00.340.910.32
HSL37.59º83.16%37.25%-
HSV(B)37.59º90.8%68.24%-
XYZ23.6821.33.35-
YUV121.3568.55165.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=57.05%
G=37.70%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741151600.340.910.3237.5983.1637.25
HexAE73100225B20265325
Octal25616320042133404612345
Binary10101110111001110000010001010110111000001001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7310; }

 p { color: rgb(174,115,16); }

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

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

 a { background-color: rgb(174,115,16); }

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

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

 span { border-color: rgb(174,115,16); }

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