Html Css Color HEX #AA2148 Old Rose

📋 copy color: '#AA2148'

red 170 ◦ green 33 ◦ blue 72

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

Shades of Old Rose #AA2148

Tints of Old Rose #AA2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 61.82%
G = 12%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA2148 (or 0xAA2148) is known color: Old Rose. HEX triplet: AA, 21 and 48. RGB value is (170,33,72). Sum of RGB (Red+Green+Blue) = 170+33+72=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2148 is #55DEB7. Grayscale: #4E4E4E. Windows color (decimal): -5627576 or 4727210. OLE color: 4727210.

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

Color convert

RGB 170 33 72 -
CMYK 0 0.81 0.58 0.33
HSL 342.92º 0.67% 0.4% -
HSV(B) 342.92º 0.81% 0.67% -
XYZ 18.29 10.1 7.12 -
YUV 78.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 170 33 72 0 0.81 0.58 0.33 342.92 0.67 0.4
Hex AA 21 48 0 51 3A 21 157 43 28
Octal 252 41 110 0 121 72 41 527 103 50
Binary 10101010 100001 1001000 0 1010001 111010 100001 101010111 1000011 101000

Color Harmonies of #AA2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2148

Black with #AA2148

Text Example


Text Example

White with #AA2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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