Html Css Color HEX #AA253F Old Rose

📋 copy color: '#AA253F'

red 170 ◦ green 37 ◦ blue 63

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

Shades of Old Rose #AA253F

Tints of Old Rose #AA253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 62.96%
G = 13.7%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA253F (or 0xAA253F) is known color: Old Rose. HEX triplet: AA, 25 and 3F. RGB value is (170,37,63). Sum of RGB (Red+Green+Blue) = 170+37+63=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA253F is #55DAC0. Grayscale: #4F4F4F. Windows color (decimal): -5626561 or 4138410. OLE color: 4138410.

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

Color convert

RGB 170 37 63 -
CMYK 0 0.78 0.63 0.33
HSL 348.27º 0.64% 0.41% -
HSV(B) 348.27º 0.78% 0.67% -
XYZ 18.14 10.23 5.72 -
YUV 79.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 170 37 63 0 0.78 0.63 0.33 348.27 0.64 0.41
Hex AA 25 3F 0 4E 3F 21 15C 40 29
Octal 252 45 77 0 116 77 41 534 100 51
Binary 10101010 100101 111111 0 1001110 111111 100001 101011100 1000000 101001

Color Harmonies of #AA253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA253F

Black with #AA253F

Text Example


Text Example

White with #AA253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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