Html Css Color HEX #AA2143 Old Rose

📋 copy color: '#AA2143'

red 170 ◦ green 33 ◦ blue 67

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

Shades of Old Rose #AA2143

Tints of Old Rose #AA2143

RGB

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

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

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

R = 62.96%
G = 12.22%
B = 24.81%

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

#AA2143 (or 0xAA2143) is known color: Old Rose. HEX triplet: AA, 21 and 43. RGB value is (170,33,67). Sum of RGB (Red+Green+Blue) = 170+33+67=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2143 is #55DEBC. Grayscale: #4D4D4D. Windows color (decimal): -5627581 or 4399530. OLE color: 4399530.

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

Color convert

RGB 170 33 67 -
CMYK 0 0.81 0.61 0.33
HSL 345.11º 0.67% 0.4% -
HSV(B) 345.11º 0.81% 0.67% -
XYZ 18.13 10.04 6.29 -
YUV 77.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 170 33 67 0 0.81 0.61 0.33 345.11 0.67 0.4
Hex AA 21 43 0 51 3D 21 159 43 28
Octal 252 41 103 0 121 75 41 531 103 50
Binary 10101010 100001 1000011 0 1010001 111101 100001 101011001 1000011 101000

Color Harmonies of #AA2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2143

Black with #AA2143

Text Example


Text Example

White with #AA2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2143; }

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

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

background-color css

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

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

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

border-color css

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

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

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