Html Css Color HEX #AA2B41 Old Rose

📋 copy color: '#AA2B41'

red 170 ◦ green 43 ◦ blue 65

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

Shades of Old Rose #AA2B41

Tints of Old Rose #AA2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.47%

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

R = 61.15%
G = 15.47%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2B41 (or 0xAA2B41) is known color: Old Rose. HEX triplet: AA, 2B and 41. RGB value is (170,43,65). Sum of RGB (Red+Green+Blue) = 170+43+65=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B41 is #55D4BE. Grayscale: #535353. Windows color (decimal): -5625023 or 4271018. OLE color: 4271018.

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

Color convert

RGB 170 43 65 -
CMYK 0 0.75 0.62 0.33
HSL 349.61º 0.6% 0.42% -
HSV(B) 349.61º 0.75% 0.67% -
XYZ 18.4 10.66 6.09 -
YUV 83.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 170 43 65 0 0.75 0.62 0.33 349.61 0.6 0.42
Hex AA 2B 41 0 4B 3E 21 15E 3C 2A
Octal 252 53 101 0 113 76 41 536 74 52
Binary 10101010 101011 1000001 0 1001011 111110 100001 101011110 111100 101010

Color Harmonies of #AA2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B41

Black with #AA2B41

Text Example


Text Example

White with #AA2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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