Html Css Color HEX #AA2440 Old Rose

📋 copy color: '#AA2440'

red 170 ◦ green 36 ◦ blue 64

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

Shades of Old Rose #AA2440

Tints of Old Rose #AA2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 62.96%
G = 13.33%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2440 (or 0xAA2440) is known color: Old Rose. HEX triplet: AA, 24 and 40. RGB value is (170,36,64). Sum of RGB (Red+Green+Blue) = 170+36+64=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2440 is #55DBBF. Grayscale: #4F4F4F. Windows color (decimal): -5626816 or 4203690. OLE color: 4203690.

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

Color convert

RGB 170 36 64 -
CMYK 0 0.79 0.62 0.33
HSL 347.46º 0.65% 0.4% -
HSV(B) 347.46º 0.79% 0.67% -
XYZ 18.13 10.18 5.86 -
YUV 79.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 170 36 64 0 0.79 0.62 0.33 347.46 0.65 0.4
Hex AA 24 40 0 4F 3E 21 15B 41 28
Octal 252 44 100 0 117 76 41 533 101 50
Binary 10101010 100100 1000000 0 1001111 111110 100001 101011011 1000001 101000

Color Harmonies of #AA2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2440

Black with #AA2440

Text Example


Text Example

White with #AA2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2440; }

 p { color: rgb(170,36,64); }

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

background-color css

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

 a { background-color: rgb(170,36,64); }

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

border-color css

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

 span { border-color: rgb(170,36,64); }

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