#AA4831

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

Shades of Rose Of Sharon #AA4831

Tints of Rose Of Sharon #AA4831

Color information

#AA4831 (or 0xAA4831) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 48 and 31. RGB value is (170,72,49). Sum of RGB (Red+Green+Blue) = 170+72+49=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4831 is #55B7CE. Grayscale: #626262. Windows color (decimal): -5617615 or 3229866. OLE color: 3229866.

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

Color convert

RGB1707249-
CMYK00.580.710.33
HSL11.4º55.25%42.94%-
HSV(B)11.4º71.18%66.67%-
XYZ19.4513.44.47-
YUV98.6899.97178.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=58.42%
G=24.74%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170724900.580.710.3311.455.2542.94
HexAA483103A4721b372b
Octal2521106107210741136753
Binary101010101001000110001011101010001111000011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4831; }

 p { color: rgb(170,72,49); }

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

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

 a { background-color: rgb(170,72,49); }

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

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

 span { border-color: rgb(170,72,49); }

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