#AA501B

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

Shades of Rich Gold #AA501B

Tints of Rich Gold #AA501B

Color information

#AA501B (or 0xAA501B) is unknown color: approx Rich Gold. HEX triplet: AA, 50 and 1B. RGB value is (170,80,27). Sum of RGB (Red+Green+Blue) = 170+80+27=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA501B is #55AFE4. Grayscale: #656565. Windows color (decimal): -5615589 or 1790122. OLE color: 1790122.

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

Color convert

RGB1708027-
CMYK00.530.840.33
HSL22.24º72.59%38.63%-
HSV(B)22.24º84.12%66.67%-
XYZ19.6414.362.77-
YUV100.8786.32177.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=61.37%
G=28.88%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170802700.530.840.3322.2472.5938.63
HexAA501B0355421164927
Octal25212033065124412611147
Binary1010101010100001101101101011010100100001101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA501B; }

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

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

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

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

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

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

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

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