#AA561B

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

Shades of Rich Gold #AA561B

Tints of Rich Gold #AA561B

Color information

#AA561B (or 0xAA561B) is unknown color: approx Rich Gold. HEX triplet: AA, 56 and 1B. RGB value is (170,86,27). Sum of RGB (Red+Green+Blue) = 170+86+27=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561B is #55A9E4. Grayscale: #686868. Windows color (decimal): -5614053 or 1791658. OLE color: 1791658.

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

Color convert

RGB1708627-
CMYK00.490.840.33
HSL24.76º72.59%38.63%-
HSV(B)24.76º84.12%66.67%-
XYZ20.115.282.93-
YUV104.3984.33174.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=60.07%
G=30.39%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170862700.490.840.3324.7672.5938.63
HexAA561B0315421194927
Octal25212633061124413111147
Binary1010101010101101101101100011010100100001110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA561B; }

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

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

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

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

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

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

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

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