Html Css Color HEX #AA273F Old Rose

📋 copy color: '#AA273F'

red 170 ◦ green 39 ◦ blue 63

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

Shades of Old Rose #AA273F

Tints of Old Rose #AA273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 62.5%
G = 14.34%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA273F (or 0xAA273F) is known color: Old Rose. HEX triplet: AA, 27 and 3F. RGB value is (170,39,63). Sum of RGB (Red+Green+Blue) = 170+39+63=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA273F is #55D8C0. Grayscale: #505050. Windows color (decimal): -5626049 or 4138922. OLE color: 4138922.

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

Color convert

RGB 170 39 63 -
CMYK 0 0.77 0.63 0.33
HSL 349.01º 0.63% 0.41% -
HSV(B) 349.01º 0.77% 0.67% -
XYZ 18.2 10.36 5.74 -
YUV 80.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 170 39 63 0 0.77 0.63 0.33 349.01 0.63 0.41
Hex AA 27 3F 0 4D 3F 21 15D 3F 29
Octal 252 47 77 0 115 77 41 535 77 51
Binary 10101010 100111 111111 0 1001101 111111 100001 101011101 111111 101001

Color Harmonies of #AA273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA273F

Black with #AA273F

Text Example


Text Example

White with #AA273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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