#AE5E1B

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

Shades of Rich Gold #AE5E1B

Tints of Rich Gold #AE5E1B

Color information

#AE5E1B (or 0xAE5E1B) is unknown color: approx Rich Gold. HEX triplet: AE, 5E and 1B. RGB value is (174,94,27). Sum of RGB (Red+Green+Blue) = 174+94+27=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1B is #51A1E4. Grayscale: #6E6E6E. Windows color (decimal): -5349861 or 1793710. OLE color: 1793710.

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

Color convert

RGB1749427-
CMYK00.460.840.32
HSL27.35º73.13%39.41%-
HSV(B)27.35º84.48%68.24%-
XYZ21.6617.083.19-
YUV110.2881173.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=58.98%
G=31.86%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174942700.460.840.3227.3573.1339.41
HexAE5E1B02E54201b4927
Octal25613633056124403311147
Binary1010111010111101101101011101010100100000110111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E1B; }

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

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

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

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

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

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

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

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