Html Css Color HEX #AA3140 Old Rose

📋 copy color: '#AA3140'

red 170 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #AA3140

Tints of Old Rose #AA3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 60.07%
G = 17.31%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA3140 (or 0xAA3140) is known color: Old Rose. HEX triplet: AA, 31 and 40. RGB value is (170,49,64). Sum of RGB (Red+Green+Blue) = 170+49+64=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3140 is #55CEBF. Grayscale: #565656. Windows color (decimal): -5623488 or 4207018. OLE color: 4207018.

HSL color Cylindrical-coordinate representation of color #AA3140: hue angle of 352.56º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3140 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 64 -
CMYK 0 0.71 0.62 0.33
HSL 352.56º 0.55% 0.43% -
HSV(B) 352.56º 0.71% 0.67% -
XYZ 18.6 11.11 6.02 -
YUV 86.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 170 49 64 0 0.71 0.62 0.33 352.56 0.55 0.43
Hex AA 31 40 0 47 3E 21 161 37 2B
Octal 252 61 100 0 107 76 41 541 67 53
Binary 10101010 110001 1000000 0 1000111 111110 100001 101100001 110111 101011

Color Harmonies of #AA3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3140

Black with #AA3140

Text Example


Text Example

White with #AA3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3140; }

 p { color: rgb(170,49,64); }

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

background-color css

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

 a { background-color: rgb(170,49,64); }

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

border-color css

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

 span { border-color: rgb(170,49,64); }

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