#AE5A1B

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

Shades of Rich Gold #AE5A1B

Tints of Rich Gold #AE5A1B

Color information

#AE5A1B (or 0xAE5A1B) is unknown color: approx Rich Gold. HEX triplet: AE, 5A and 1B. RGB value is (174,90,27). Sum of RGB (Red+Green+Blue) = 174+90+27=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A1B is #51A5E4. Grayscale: #6C6C6C. Windows color (decimal): -5350885 or 1792686. OLE color: 1792686.

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

Color convert

RGB1749027-
CMYK00.480.840.32
HSL25.71º73.13%39.41%-
HSV(B)25.71º84.48%68.24%-
XYZ21.3116.393.08-
YUV107.9382.33175.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=59.79%
G=30.93%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174902700.480.840.3225.7173.1339.41
HexAE5A1B03054201a4927
Octal25613233060124403211147
Binary1010111010110101101101100001010100100000110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A1B; }

 p { color: rgb(174,90,27); }

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

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

 a { background-color: rgb(174,90,27); }

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

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

 span { border-color: rgb(174,90,27); }

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