#AA4D2C

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

Shades of Rose Of Sharon #AA4D2C

Tints of Rose Of Sharon #AA4D2C

Color information

#AA4D2C (or 0xAA4D2C) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 4D and 2C. RGB value is (170,77,44). Sum of RGB (Red+Green+Blue) = 170+77+44=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D2C is #55B2D3. Grayscale: #656565. Windows color (decimal): -5616340 or 2903466. OLE color: 2903466.

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

Color convert

RGB1707744-
CMYK00.550.740.33
HSL15.71º58.88%41.96%-
HSV(B)15.71º74.12%66.67%-
XYZ19.6914.044.05-
YUV101.0495.81177.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=58.42%
G=26.46%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170774400.550.740.3315.7158.8841.96
HexAA4D2C0374A21103b2a
Octal2521155406711241207352
Binary1010101010011011011000110111100101010000110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D2C; }

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

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

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

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

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

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

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

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