#AE561C

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

Shades of Rich Gold #AE561C

Tints of Rich Gold #AE561C

Color information

#AE561C (or 0xAE561C) is unknown color: approx Rich Gold. HEX triplet: AE, 56 and 1C. RGB value is (174,86,28). Sum of RGB (Red+Green+Blue) = 174+86+28=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE561C is #51A9E3. Grayscale: #6A6A6A. Windows color (decimal): -5351908 or 1857198. OLE color: 1857198.

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

Color convert

RGB1748628-
CMYK00.510.840.32
HSL23.84º72.28%39.61%-
HSV(B)23.84º83.91%68.24%-
XYZ20.9915.743.03-
YUV105.784.15176.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 28 (11.33% from 255) = 9.72%
R=60.42%
G=29.86%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174862800.510.840.3223.8472.2839.61
HexAE561C0335420184828
Octal25612634063124403011050
Binary1010111010101101110001100111010100100000110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE561C; }

 p { color: rgb(174,86,28); }

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

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

 a { background-color: rgb(174,86,28); }

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

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

 span { border-color: rgb(174,86,28); }

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