#AA5822

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

Shades of Rich Gold #AA5822

Tints of Rich Gold #AA5822

Color information

#AA5822 (or 0xAA5822) is unknown color: approx Rich Gold. HEX triplet: AA, 58 and 22. RGB value is (170,88,34). Sum of RGB (Red+Green+Blue) = 170+88+34=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5822 is #55A7DD. Grayscale: #6A6A6A. Windows color (decimal): -5613534 or 2250922. OLE color: 2250922.

HSL color Cylindrical-coordinate representation of color #AA5822: hue angle of 23.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA5822 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1708834-
CMYK00.480.800.33
HSL23.82º66.67%40%-
HSV(B)23.82º80%66.67%-
XYZ20.3615.643.46-
YUV106.3687.17173.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=58.22%
G=30.14%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170883400.480.800.3323.8266.6740
HexAA58220305021184328
Octal25213042060120413010350
Binary10101010101100010001001100001010000100001110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5822; }

 p { color: rgb(170,88,34); }

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

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

 a { background-color: rgb(170,88,34); }

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

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

 span { border-color: rgb(170,88,34); }

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