#AE541E

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

Shades of Rich Gold #AE541E

Tints of Rich Gold #AE541E

Color information

#AE541E (or 0xAE541E) is unknown color: approx Rich Gold. HEX triplet: AE, 54 and 1E. RGB value is (174,84,30). Sum of RGB (Red+Green+Blue) = 174+84+30=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE541E is #51ABE1. Grayscale: #696969. Windows color (decimal): -5352418 or 1987758. OLE color: 1987758.

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

Color convert

RGB1748430-
CMYK00.520.830.32
HSL22.5º70.59%40%-
HSV(B)22.5º82.76%68.24%-
XYZ20.8615.433.11-
YUV104.7585.82177.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=60.42%
G=29.17%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174843000.520.830.3222.570.5940
HexAE541E0345320164728
Octal25612436064123402610750
Binary1010111010101001111001101001010011100000101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE541E; }

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

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

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

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

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

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

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

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