Html Css Color HEX #AA2747 Old Rose

📋 copy color: '#AA2747'

red 170 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #AA2747

Tints of Old Rose #AA2747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 60.71%
G = 13.93%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA2747 (or 0xAA2747) is known color: Old Rose. HEX triplet: AA, 27 and 47. RGB value is (170,39,71). Sum of RGB (Red+Green+Blue) = 170+39+71=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2747 is #55D8B8. Grayscale: #515151. Windows color (decimal): -5626041 or 4663210. OLE color: 4663210.

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

Color convert

RGB 170 39 71 -
CMYK 0 0.77 0.58 0.33
HSL 345.34º 0.63% 0.41% -
HSV(B) 345.34º 0.77% 0.67% -
XYZ 18.44 10.45 7.01 -
YUV 81.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 170 39 71 0 0.77 0.58 0.33 345.34 0.63 0.41
Hex AA 27 47 0 4D 3A 21 159 3F 29
Octal 252 47 107 0 115 72 41 531 77 51
Binary 10101010 100111 1000111 0 1001101 111010 100001 101011001 111111 101001

Color Harmonies of #AA2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2747

Black with #AA2747

Text Example


Text Example

White with #AA2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2747; }

 p { color: rgb(170,39,71); }

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

background-color css

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

 a { background-color: rgb(170,39,71); }

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

border-color css

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

 span { border-color: rgb(170,39,71); }

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