#AE501A

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

Shades of Rich Gold #AE501A

Tints of Rich Gold #AE501A

Color information

#AE501A (or 0xAE501A) is unknown color: approx Rich Gold. HEX triplet: AE, 50 and 1A. RGB value is (174,80,26). Sum of RGB (Red+Green+Blue) = 174+80+26=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE501A is #51AFE5. Grayscale: #666666. Windows color (decimal): -5353446 or 1724590. OLE color: 1724590.

HSL color Cylindrical-coordinate representation of color #AE501A: hue angle of 21.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE501A is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1748026-
CMYK00.540.850.32
HSL21.89º74%39.22%-
HSV(B)21.89º85.06%68.24%-
XYZ20.5114.812.75-
YUV101.9585.14179.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=62.14%
G=28.57%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174802600.540.850.3221.897439.22
HexAE501A0365520164a27
Octal25612032066125402611247
Binary1010111010100001101001101101010101100000101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE501A; }

 p { color: rgb(174,80,26); }

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

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

 a { background-color: rgb(174,80,26); }

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

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

 span { border-color: rgb(174,80,26); }

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