#AA551B

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

Shades of Rich Gold #AA551B

Tints of Rich Gold #AA551B

Color information

#AA551B (or 0xAA551B) is unknown color: approx Rich Gold. HEX triplet: AA, 55 and 1B. RGB value is (170,85,27). Sum of RGB (Red+Green+Blue) = 170+85+27=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA551B is #55AAE4. Grayscale: #686868. Windows color (decimal): -5614309 or 1791402. OLE color: 1791402.

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

Color convert

RGB1708527-
CMYK00.500.840.33
HSL24.34º72.59%38.63%-
HSV(B)24.34º84.12%66.67%-
XYZ20.0215.122.9-
YUV103.884.66175.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=60.28%
G=30.14%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170852700.500.840.3324.3472.5938.63
HexAA551B0325421184927
Octal25212533062124413011147
Binary1010101010101011101101100101010100100001110001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA551B; }

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

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

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

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

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

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

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

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