#AA522C

Color #AA522C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AA522C

Tints of Rose Of Sharon #AA522C

Color information

#AA522C (or 0xAA522C) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 52 and 2C. RGB value is (170,82,44). Sum of RGB (Red+Green+Blue) = 170+82+44=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA522C is #55ADD3. Grayscale: #686868. Windows color (decimal): -5615060 or 2904746. OLE color: 2904746.

HSL color Cylindrical-coordinate representation of color #AA522C: hue angle of 18.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA522C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1708244-
CMYK00.520.740.33
HSL18.1º58.88%41.96%-
HSV(B)18.1º74.12%66.67%-
XYZ20.0514.764.18-
YUV103.9894.15175.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.43%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=57.43%
G=27.70%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170824400.520.740.3318.158.8841.96
HexAA522C0344A21123b2a
Octal2521225406411241227352
Binary1010101010100101011000110100100101010000110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA522C; }

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

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

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

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

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

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

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

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