#aa512c

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

Shades of Rose Of Sharon #AA512C

Tints of Rose Of Sharon #AA512C

Color information

#AA512C (or 0xAA512C) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 51 and 2C. RGB value is (170,81,44). Sum of RGB (Red+Green+Blue) = 170+81+44=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA512C is #55AED3. Grayscale: #676767. Windows color (decimal): -5615316 or 2904490. OLE color: 2904490.

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

Color convert

RGB1708144-
CMYK00.520.740.33
HSL17.62º58.88%41.96%-
HSV(B)17.62º74.12%66.67%-
XYZ19.9714.614.15-
YUV103.3994.49175.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=57.63%
G=27.46%
B=14.92%

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
Decimal170814400.520.740.3317.6258.8841.96
HexAA512C0344A21123b2a
Octal2521215406411241227352
Binary1010101010100011011000110100100101010000110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa512c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa512c; }

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

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

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

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

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

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

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

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