#AA492C

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

Shades of Rose Of Sharon #AA492C

Tints of Rose Of Sharon #AA492C

Color information

#AA492C (or 0xAA492C) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 49 and 2C. RGB value is (170,73,44). Sum of RGB (Red+Green+Blue) = 170+73+44=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA492C is #55B6D3. Grayscale: #626262. Windows color (decimal): -5617364 or 2902442. OLE color: 2902442.

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

Color convert

RGB1707344-
CMYK00.570.740.33
HSL13.81º58.88%41.96%-
HSV(B)13.81º74.12%66.67%-
XYZ19.4113.493.96-
YUV98.797.14178.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=59.23%
G=25.44%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170734400.570.740.3313.8158.8841.96
HexAA492C0394A21e3b2a
Octal2521115407111241167352
Binary101010101001001101100011100110010101000011110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA492C; }

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

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

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

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

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

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

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

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