#AE581A

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

Shades of Rich Gold #AE581A

Tints of Rich Gold #AE581A

Color information

#AE581A (or 0xAE581A) is unknown color: approx Rich Gold. HEX triplet: AE, 58 and 1A. RGB value is (174,88,26). Sum of RGB (Red+Green+Blue) = 174+88+26=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE581A is #51A7E5. Grayscale: #6A6A6A. Windows color (decimal): -5351398 or 1726638. OLE color: 1726638.

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

Color convert

RGB1748826-
CMYK00.490.850.32
HSL25.14º74%39.22%-
HSV(B)25.14º85.06%68.24%-
XYZ21.1316.052.96-
YUV106.6582.49176.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 26 (10.55% from 255) = 9.03%
R=60.42%
G=30.56%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174882600.490.850.3225.147439.22
HexAE581A0315520194a27
Octal25613032061125403111247
Binary1010111010110001101001100011010101100000110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE581A; }

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

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

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

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

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

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

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

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