#AE561E

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

Shades of Rich Gold #AE561E

Tints of Rich Gold #AE561E

Color information

#AE561E (or 0xAE561E) is unknown color: approx Rich Gold. HEX triplet: AE, 56 and 1E. RGB value is (174,86,30). Sum of RGB (Red+Green+Blue) = 174+86+30=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE561E is #51A9E1. Grayscale: #6A6A6A. Windows color (decimal): -5351906 or 1988270. OLE color: 1988270.

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

Color convert

RGB1748630-
CMYK00.510.830.32
HSL23.33º70.59%40%-
HSV(B)23.33º82.76%68.24%-
XYZ21.0215.753.16-
YUV105.9385.15176.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=60%
G=29.66%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174863000.510.830.3223.3370.5940
HexAE561E0335320174728
Octal25612636063123402710750
Binary1010111010101101111001100111010011100000101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE561E; }

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

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

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

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

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

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

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

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