Html Css Color HEX #AA2B48 Old Rose

📋 copy color: '#AA2B48'

red 170 ◦ green 43 ◦ blue 72

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

Shades of Old Rose #AA2B48

Tints of Old Rose #AA2B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 59.65%
G = 15.09%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA2B48 (or 0xAA2B48) is known color: Old Rose. HEX triplet: AA, 2B and 48. RGB value is (170,43,72). Sum of RGB (Red+Green+Blue) = 170+43+72=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B48 is #55D4B7. Grayscale: #545454. Windows color (decimal): -5625016 or 4729770. OLE color: 4729770.

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

Color convert

RGB 170 43 72 -
CMYK 0 0.75 0.58 0.33
HSL 346.3º 0.6% 0.42% -
HSV(B) 346.3º 0.75% 0.67% -
XYZ 18.61 10.74 7.22 -
YUV 84.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 170 43 72 0 0.75 0.58 0.33 346.3 0.6 0.42
Hex AA 2B 48 0 4B 3A 21 15A 3C 2A
Octal 252 53 110 0 113 72 41 532 74 52
Binary 10101010 101011 1001000 0 1001011 111010 100001 101011010 111100 101010

Color Harmonies of #AA2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B48

Black with #AA2B48

Text Example


Text Example

White with #AA2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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