Html Css Color HEX #AA2540 Old Rose

📋 copy color: '#AA2540'

red 170 ◦ green 37 ◦ blue 64

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

Shades of Old Rose #AA2540

Tints of Old Rose #AA2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

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

R = 62.73%
G = 13.65%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2540 (or 0xAA2540) is known color: Old Rose. HEX triplet: AA, 25 and 40. RGB value is (170,37,64). Sum of RGB (Red+Green+Blue) = 170+37+64=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2540 is #55DABF. Grayscale: #4F4F4F. Windows color (decimal): -5626560 or 4203946. OLE color: 4203946.

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

Color convert

RGB 170 37 64 -
CMYK 0 0.78 0.62 0.33
HSL 347.82º 0.64% 0.41% -
HSV(B) 347.82º 0.78% 0.67% -
XYZ 18.16 10.24 5.87 -
YUV 79.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 170 37 64 0 0.78 0.62 0.33 347.82 0.64 0.41
Hex AA 25 40 0 4E 3E 21 15C 40 29
Octal 252 45 100 0 116 76 41 534 100 51
Binary 10101010 100101 1000000 0 1001110 111110 100001 101011100 1000000 101001

Color Harmonies of #AA2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2540

Black with #AA2540

Text Example


Text Example

White with #AA2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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