Html Css Color HEX #AA2841 Old Rose

📋 copy color: '#AA2841'

red 170 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #AA2841

Tints of Old Rose #AA2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

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

R = 61.82%
G = 14.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2841 (or 0xAA2841) is known color: Old Rose. HEX triplet: AA, 28 and 41. RGB value is (170,40,65). Sum of RGB (Red+Green+Blue) = 170+40+65=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2841 is #55D7BE. Grayscale: #515151. Windows color (decimal): -5625791 or 4270250. OLE color: 4270250.

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

Color convert

RGB 170 40 65 -
CMYK 0 0.76 0.62 0.33
HSL 348.46º 0.62% 0.41% -
HSV(B) 348.46º 0.76% 0.67% -
XYZ 18.29 10.45 6.05 -
YUV 81.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 170 40 65 0 0.76 0.62 0.33 348.46 0.62 0.41
Hex AA 28 41 0 4C 3E 21 15C 3E 29
Octal 252 50 101 0 114 76 41 534 76 51
Binary 10101010 101000 1000001 0 1001100 111110 100001 101011100 111110 101001

Color Harmonies of #AA2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2841

Black with #AA2841

Text Example


Text Example

White with #AA2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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