Html Css Color HEX #AA4421 Rose Of Sharon

📋 copy color: '#AA4421'

red 170 ◦ green 68 ◦ blue 33

#AA4421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AA4421

Tints of Rose Of Sharon #AA4421

RGB

 RED value IS 170 (66.8% from 255) = 62.73%

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 62.73%
G = 25.09%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA4421 (or 0xAA4421) is known color: Rose Of Sharon. HEX triplet: AA, 44 and 21. RGB value is (170,68,33). Sum of RGB (Red+Green+Blue) = 170+68+33=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4421 is #55BBDE. Grayscale: #5E5E5E. Windows color (decimal): -5618655 or 2180266. OLE color: 2180266.

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

Color convert

RGB 170 68 33 -
CMYK 0 0.6 0.81 0.33
HSL 15.33º 0.67% 0.4% -
HSV(B) 15.33º 0.81% 0.67% -
XYZ 18.92 12.79 2.91 -
YUV 94.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 170 68 33 0 0.6 0.81 0.33 15.33 0.67 0.4
Hex AA 44 21 0 3C 51 21 F 43 28
Octal 252 104 41 0 74 121 41 17 103 50
Binary 10101010 1000100 100001 0 111100 1010001 100001 1111 1000011 101000

Color Harmonies of #AA4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4421

Black with #AA4421

Text Example


Text Example

White with #AA4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4421; }

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

 H1.HeaderClassName
 {
   color: #AA4421;
 }
 .AnyTagClassName
 {
   color: #AA4421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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