#AA4A2C

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

Shades of Rose Of Sharon #AA4A2C

Tints of Rose Of Sharon #AA4A2C

Color information

#AA4A2C (or 0xAA4A2C) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 4A and 2C. RGB value is (170,74,44). Sum of RGB (Red+Green+Blue) = 170+74+44=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A2C is #55B5D3. Grayscale: #636363. Windows color (decimal): -5617108 or 2902698. OLE color: 2902698.

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

Color convert

RGB1707444-
CMYK00.560.740.33
HSL14.29º58.88%41.96%-
HSV(B)14.29º74.12%66.67%-
XYZ19.4813.633.99-
YUV99.2896.8178.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=59.03%
G=25.69%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170744400.560.740.3314.2958.8841.96
HexAA4A2C0384A21e3b2a
Octal2521125407011241167352
Binary101010101001010101100011100010010101000011110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A2C; }

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

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

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

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

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

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

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

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