#AE5516

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

Shades of Rich Gold #AE5516

Tints of Rich Gold #AE5516

Color information

#AE5516 (or 0xAE5516) is unknown color: approx Rich Gold. HEX triplet: AE, 55 and 16. RGB value is (174,85,22). Sum of RGB (Red+Green+Blue) = 174+85+22=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5516 is #51AAE9. Grayscale: #686868. Windows color (decimal): -5352170 or 1463726. OLE color: 1463726.

HSL color Cylindrical-coordinate representation of color #AE5516: hue angle of 24.87º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE5516 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1748522-
CMYK00.510.870.32
HSL24.87º77.55%38.43%-
HSV(B)24.87º87.36%68.24%-
XYZ20.8515.552.66-
YUV104.4381.49177.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=61.92%
G=30.25%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174852200.510.870.3224.8777.5538.43
HexAE55160335720194e26
Octal25612526063127403111646
Binary1010111010101011011001100111010111100000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5516; }

 p { color: rgb(174,85,22); }

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

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

 a { background-color: rgb(174,85,22); }

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

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

 span { border-color: rgb(174,85,22); }

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