#AA4830

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

Shades of Rose Of Sharon #AA4830

Tints of Rose Of Sharon #AA4830

Color information

#AA4830 (or 0xAA4830) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 48 and 30. RGB value is (170,72,48). Sum of RGB (Red+Green+Blue) = 170+72+48=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4830 is #55B7CF. Grayscale: #626262. Windows color (decimal): -5617616 or 3164330. OLE color: 3164330.

HSL color Cylindrical-coordinate representation of color #AA4830: hue angle of 11.8º degrees, saturation: 0.56, 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 #AA4830 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1707248-
CMYK00.580.720.33
HSL11.8º55.96%42.75%-
HSV(B)11.8º71.76%66.67%-
XYZ19.4313.394.36-
YUV98.5799.47178.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.62%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=58.62%
G=24.83%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170724800.580.720.3311.855.9642.75
HexAA483003A4821c382b
Octal2521106007211041147053
Binary101010101001000110000011101010010001000011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4830; }

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

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

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

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

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

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

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

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