#AA4F31

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

Shades of Rose Of Sharon #AA4F31

Tints of Rose Of Sharon #AA4F31

Color information

#AA4F31 (or 0xAA4F31) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 4F and 31. RGB value is (170,79,49). Sum of RGB (Red+Green+Blue) = 170+79+49=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F31 is #55B0CE. Grayscale: #676767. Windows color (decimal): -5615823 or 3231658. OLE color: 3231658.

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

Color convert

RGB1707949-
CMYK00.540.710.33
HSL14.88º55.25%42.94%-
HSV(B)14.88º71.18%66.67%-
XYZ19.9314.364.63-
YUV102.7997.65175.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=57.05%
G=26.51%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170794900.540.710.3314.8855.2542.94
HexAA4F310364721f372b
Octal2521176106610741176753
Binary101010101001111110001011011010001111000011111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F31; }

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

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

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

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

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

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

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

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