Html Css Color HEX #AA2242 Old Rose

📋 copy color: '#AA2242'

red 170 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #AA2242

Tints of Old Rose #AA2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 62.96%
G = 12.59%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA2242 (or 0xAA2242) is known color: Old Rose. HEX triplet: AA, 22 and 42. RGB value is (170,34,66). Sum of RGB (Red+Green+Blue) = 170+34+66=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2242 is #55DDBD. Grayscale: #4E4E4E. Windows color (decimal): -5627326 or 4334250. OLE color: 4334250.

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

Color convert

RGB 170 34 66 -
CMYK 0 0.80 0.61 0.33
HSL 345.88º 0.67% 0.4% -
HSV(B) 345.88º 0.8% 0.67% -
XYZ 18.13 10.08 6.14 -
YUV 78.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 170 34 66 0 0.80 0.61 0.33 345.88 0.67 0.4
Hex AA 22 42 0 50 3D 21 15A 43 28
Octal 252 42 102 0 120 75 41 532 103 50
Binary 10101010 100010 1000010 0 1010000 111101 100001 101011010 1000011 101000

Color Harmonies of #AA2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2242

Black with #AA2242

Text Example


Text Example

White with #AA2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2242; }

 p { color: rgb(170,34,66); }

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

background-color css

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

 a { background-color: rgb(170,34,66); }

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

border-color css

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

 span { border-color: rgb(170,34,66); }

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