#AA521A

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

Shades of Rich Gold #AA521A

Tints of Rich Gold #AA521A

Color information

#AA521A (or 0xAA521A) is unknown color: approx Rich Gold. HEX triplet: AA, 52 and 1A. RGB value is (170,82,26). Sum of RGB (Red+Green+Blue) = 170+82+26=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA521A is #55ADE5. Grayscale: #666666. Windows color (decimal): -5615078 or 1725098. OLE color: 1725098.

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

Color convert

RGB1708226-
CMYK00.520.850.33
HSL23.33º73.47%38.43%-
HSV(B)23.33º84.71%66.67%-
XYZ19.7814.662.76-
YUV101.9385.15176.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=61.15%
G=29.50%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170822600.520.850.3323.3373.4738.43
HexAA521A0345521174926
Octal25212232064125412711146
Binary1010101010100101101001101001010101100001101111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA521A; }

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

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

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

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

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

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

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

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