#AE551B

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

Shades of Rich Gold #AE551B

Tints of Rich Gold #AE551B

Color information

#AE551B (or 0xAE551B) is unknown color: approx Rich Gold. HEX triplet: AE, 55 and 1B. RGB value is (174,85,27). Sum of RGB (Red+Green+Blue) = 174+85+27=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE551B is #51AAE4. Grayscale: #696969. Windows color (decimal): -5352165 or 1791406. OLE color: 1791406.

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

Color convert

RGB1748527-
CMYK00.510.840.32
HSL23.67º73.13%39.41%-
HSV(B)23.67º84.48%68.24%-
XYZ20.915.572.94-
YUV10583.99177.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.84%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 27 (10.94% from 255) = 9.44%
R=60.84%
G=29.72%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174852700.510.840.3223.6773.1339.41
HexAE551B0335420184927
Octal25612533063124403011147
Binary1010111010101011101101100111010100100000110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE551B; }

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

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

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

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

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

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

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

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