#AE5810

Color #AE5810 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AE5810

Tints of Rich Gold #AE5810

Color information

#AE5810 (or 0xAE5810) is unknown color: approx Rich Gold. HEX triplet: AE, 58 and 10. RGB value is (174,88,16). Sum of RGB (Red+Green+Blue) = 174+88+16=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5810 is #51A7EF. Grayscale: #696969. Windows color (decimal): -5351408 or 1071278. OLE color: 1071278.

HSL color Cylindrical-coordinate representation of color #AE5810: hue angle of 27.34º 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 #AE5810 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1748816-
CMYK00.490.910.32
HSL27.34º83.16%37.25%-
HSV(B)27.34º90.8%68.24%-
XYZ21.0416.022.47-
YUV105.5177.49176.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 16 (6.64% from 255) = 5.76%
R=62.59%
G=31.65%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174881600.490.910.3227.3483.1637.25
HexAE58100315B201b5325
Octal25613020061133403312345
Binary1010111010110001000001100011011011100000110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5810; }

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

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

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

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

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

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

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

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