Html Css Color HEX #AA2142 Old Rose

📋 copy color: '#AA2142'

red 170 ◦ green 33 ◦ blue 66

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

Shades of Old Rose #AA2142

Tints of Old Rose #AA2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

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

R = 63.2%
G = 12.27%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA2142 (or 0xAA2142) is known color: Old Rose. HEX triplet: AA, 21 and 42. RGB value is (170,33,66). Sum of RGB (Red+Green+Blue) = 170+33+66=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2142 is #55DEBD. Grayscale: #4D4D4D. Windows color (decimal): -5627582 or 4333994. OLE color: 4333994.

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

Color convert

RGB 170 33 66 -
CMYK 0 0.81 0.61 0.33
HSL 345.55º 0.67% 0.4% -
HSV(B) 345.55º 0.81% 0.67% -
XYZ 18.1 10.03 6.14 -
YUV 77.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 170 33 66 0 0.81 0.61 0.33 345.55 0.67 0.4
Hex AA 21 42 0 51 3D 21 15A 43 28
Octal 252 41 102 0 121 75 41 532 103 50
Binary 10101010 100001 1000010 0 1010001 111101 100001 101011010 1000011 101000

Color Harmonies of #AA2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2142

Black with #AA2142

Text Example


Text Example

White with #AA2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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