#AE5215

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

Shades of Rich Gold #AE5215

Tints of Rich Gold #AE5215

Color information

#AE5215 (or 0xAE5215) is unknown color: approx Rich Gold. HEX triplet: AE, 52 and 15. RGB value is (174,82,21). Sum of RGB (Red+Green+Blue) = 174+82+21=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5215 is #51ADEA. Grayscale: #666666. Windows color (decimal): -5352939 or 1397422. OLE color: 1397422.

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

Color convert

RGB1748221-
CMYK00.530.880.32
HSL23.92º78.46%38.24%-
HSV(B)23.92º87.93%68.24%-
XYZ20.6115.092.54-
YUV102.5581.98178.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=62.82%
G=29.60%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174822100.530.880.3223.9278.4638.24
HexAE52150355820184e26
Octal25612225065130403011646
Binary1010111010100101010101101011011000100000110001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5215; }

 p { color: rgb(174,82,21); }

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

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

 a { background-color: rgb(174,82,21); }

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

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

 span { border-color: rgb(174,82,21); }

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