Html Css Color HEX #AA2640 Old Rose

📋 copy color: '#AA2640'

red 170 ◦ green 38 ◦ blue 64

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

Shades of Old Rose #AA2640

Tints of Old Rose #AA2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

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

R = 62.5%
G = 13.97%
B = 23.53%

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

#AA2640 (or 0xAA2640) is known color: Old Rose. HEX triplet: AA, 26 and 40. RGB value is (170,38,64). Sum of RGB (Red+Green+Blue) = 170+38+64=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2640 is #55D9BF. Grayscale: #505050. Windows color (decimal): -5626304 or 4204202. OLE color: 4204202.

HSL color Cylindrical-coordinate representation of color #AA2640: hue angle of 348.18º degrees, saturation: 0.63, 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 #AA2640 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 64 -
CMYK 0 0.78 0.62 0.33
HSL 348.18º 0.63% 0.41% -
HSV(B) 348.18º 0.78% 0.67% -
XYZ 18.2 10.3 5.88 -
YUV 80.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 170 38 64 0 0.78 0.62 0.33 348.18 0.63 0.41
Hex AA 26 40 0 4E 3E 21 15C 3F 29
Octal 252 46 100 0 116 76 41 534 77 51
Binary 10101010 100110 1000000 0 1001110 111110 100001 101011100 111111 101001

Color Harmonies of #AA2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2640

Black with #AA2640

Text Example


Text Example

White with #AA2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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