Html Css Color HEX #AA2243 Old Rose

📋 copy color: '#AA2243'

red 170 ◦ green 34 ◦ blue 67

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

Shades of Old Rose #AA2243

Tints of Old Rose #AA2243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 62.73%
G = 12.55%
B = 24.72%

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

#AA2243 (or 0xAA2243) is known color: Old Rose. HEX triplet: AA, 22 and 43. RGB value is (170,34,67). Sum of RGB (Red+Green+Blue) = 170+34+67=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2243 is #55DDBC. Grayscale: #4E4E4E. Windows color (decimal): -5627325 or 4399786. OLE color: 4399786.

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

Color convert

RGB 170 34 67 -
CMYK 0 0.80 0.61 0.33
HSL 345.44º 0.67% 0.4% -
HSV(B) 345.44º 0.8% 0.67% -
XYZ 18.16 10.1 6.3 -
YUV 78.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 170 34 67 0 0.80 0.61 0.33 345.44 0.67 0.4
Hex AA 22 43 0 50 3D 21 159 43 28
Octal 252 42 103 0 120 75 41 531 103 50
Binary 10101010 100010 1000011 0 1010000 111101 100001 101011001 1000011 101000

Color Harmonies of #AA2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2243

Black with #AA2243

Text Example


Text Example

White with #AA2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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