#AA4921

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

Shades of Rose Of Sharon #AA4921

Tints of Rose Of Sharon #AA4921

Color information

#AA4921 (or 0xAA4921) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 49 and 21. RGB value is (170,73,33). Sum of RGB (Red+Green+Blue) = 170+73+33=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4921 is #55B6DE. Grayscale: #616161. Windows color (decimal): -5617375 or 2181546. OLE color: 2181546.

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

Color convert

RGB1707333-
CMYK00.570.810.33
HSL17.52º67.49%39.8%-
HSV(B)17.52º80.59%66.67%-
XYZ19.2313.423.02-
YUV97.4491.64179.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.59%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=61.59%
G=26.45%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170733300.570.810.3317.5267.4939.8
HexAA49210395121124328
Octal25211141071121412210350
Binary10101010100100110000101110011010001100001100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4921; }

 p { color: rgb(170,73,33); }

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

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

 a { background-color: rgb(170,73,33); }

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

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

 span { border-color: rgb(170,73,33); }

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