#AA561A

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

Shades of Rich Gold #AA561A

Tints of Rich Gold #AA561A

Color information

#AA561A (or 0xAA561A) is unknown color: approx Rich Gold. HEX triplet: AA, 56 and 1A. RGB value is (170,86,26). Sum of RGB (Red+Green+Blue) = 170+86+26=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA561A is #55A9E5. Grayscale: #686868. Windows color (decimal): -5614054 or 1726122. OLE color: 1726122.

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

Color convert

RGB1708626-
CMYK00.490.850.33
HSL25º73.47%38.43%-
HSV(B)25º84.71%66.67%-
XYZ20.0915.282.87-
YUV104.2883.83174.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=60.28%
G=30.50%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170862600.490.850.332573.4738.43
HexAA561A0315521194926
Octal25212632061125413111146
Binary1010101010101101101001100011010101100001110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA561A; }

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

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

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

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

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

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

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

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