#AE511E

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

Shades of Rich Gold #AE511E

Tints of Rich Gold #AE511E

Color information

#AE511E (or 0xAE511E) is unknown color: approx Rich Gold. HEX triplet: AE, 51 and 1E. RGB value is (174,81,30). Sum of RGB (Red+Green+Blue) = 174+81+30=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE511E is #51AEE1. Grayscale: #676767. Windows color (decimal): -5353186 or 1986990. OLE color: 1986990.

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

Color convert

RGB1748130-
CMYK00.530.830.32
HSL21.25º70.59%40%-
HSV(B)21.25º82.76%68.24%-
XYZ20.6314.983.03-
YUV102.9986.81178.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 30 (12.11% from 255) = 10.53%
R=61.05%
G=28.42%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174813000.530.830.3221.2570.5940
HexAE511E0355320154728
Octal25612136065123402510750
Binary1010111010100011111001101011010011100000101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE511E; }

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

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

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

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

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

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

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

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