Html Css Color HEX #AA2641 Old Rose

📋 copy color: '#AA2641'

red 170 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #AA2641

Tints of Old Rose #AA2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 62.27%
G = 13.92%
B = 23.81%

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

#AA2641 (or 0xAA2641) is known color: Old Rose. HEX triplet: AA, 26 and 41. RGB value is (170,38,65). Sum of RGB (Red+Green+Blue) = 170+38+65=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2641 is #55D9BE. Grayscale: #505050. Windows color (decimal): -5626303 or 4269738. OLE color: 4269738.

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

Color convert

RGB 170 38 65 -
CMYK 0 0.78 0.62 0.33
HSL 347.73º 0.63% 0.41% -
HSV(B) 347.73º 0.78% 0.67% -
XYZ 18.22 10.31 6.03 -
YUV 80.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 170 38 65 0 0.78 0.62 0.33 347.73 0.63 0.41
Hex AA 26 41 0 4E 3E 21 15C 3F 29
Octal 252 46 101 0 116 76 41 534 77 51
Binary 10101010 100110 1000001 0 1001110 111110 100001 101011100 111111 101001

Color Harmonies of #AA2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2641

Black with #AA2641

Text Example


Text Example

White with #AA2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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