Html Css Color HEX #AA2648 Old Rose

📋 copy color: '#AA2648'

red 170 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #AA2648

Tints of Old Rose #AA2648

RGB

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

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

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

R = 60.71%
G = 13.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA2648 (or 0xAA2648) is known color: Old Rose. HEX triplet: AA, 26 and 48. RGB value is (170,38,72). Sum of RGB (Red+Green+Blue) = 170+38+72=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2648 is #55D9B7. Grayscale: #515151. Windows color (decimal): -5626296 or 4728490. OLE color: 4728490.

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

Color convert

RGB 170 38 72 -
CMYK 0 0.78 0.58 0.33
HSL 344.55º 0.63% 0.41% -
HSV(B) 344.55º 0.78% 0.67% -
XYZ 18.44 10.4 7.17 -
YUV 81.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 170 38 72 0 0.78 0.58 0.33 344.55 0.63 0.41
Hex AA 26 48 0 4E 3A 21 159 3F 29
Octal 252 46 110 0 116 72 41 531 77 51
Binary 10101010 100110 1001000 0 1001110 111010 100001 101011001 111111 101001

Color Harmonies of #AA2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2648

Black with #AA2648

Text Example


Text Example

White with #AA2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2648; }

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

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

background-color css

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

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

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

border-color css

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

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

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