#AA572A

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

Shades of Rose Of Sharon #AA572A

Tints of Rose Of Sharon #AA572A

Color information

#AA572A (or 0xAA572A) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 57 and 2A. RGB value is (170,87,42). Sum of RGB (Red+Green+Blue) = 170+87+42=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA572A is #55A8D5. Grayscale: #6A6A6A. Windows color (decimal): -5613782 or 2774954. OLE color: 2774954.

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

Color convert

RGB1708742-
CMYK00.490.750.33
HSL21.09º60.38%41.57%-
HSV(B)21.09º75.29%66.67%-
XYZ20.415.534.11-
YUV106.6991.5173.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=56.86%
G=29.10%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170874200.490.750.3321.0960.3841.57
HexAA572A0314B21153c2a
Octal2521275206111341257452
Binary1010101010101111010100110001100101110000110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA572A; }

 p { color: rgb(170,87,42); }

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

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

 a { background-color: rgb(170,87,42); }

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

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

 span { border-color: rgb(170,87,42); }

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