#AA4A2F

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

Shades of Rose Of Sharon #AA4A2F

Tints of Rose Of Sharon #AA4A2F

Color information

#AA4A2F (or 0xAA4A2F) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 4A and 2F. RGB value is (170,74,47). Sum of RGB (Red+Green+Blue) = 170+74+47=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A2F is #55B5D0. Grayscale: #636363. Windows color (decimal): -5617105 or 3099306. OLE color: 3099306.

HSL color Cylindrical-coordinate representation of color #AA4A2F: hue angle of 13.17º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4A2F is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1707447-
CMYK00.560.720.33
HSL13.17º56.68%42.55%-
HSV(B)13.17º72.35%66.67%-
XYZ19.5413.654.29-
YUV99.6398.3178.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=58.42%
G=25.43%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170744700.560.720.3313.1756.6842.55
HexAA4A2F0384821d392b
Octal2521125707011041157153
Binary101010101001010101111011100010010001000011101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A2F; }

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

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

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

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

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

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

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

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