Html Css Color HEX #AA493B Medium Carmine

📋 copy color: '#AA493B'

red 170 ◦ green 73 ◦ blue 59

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

Shades of Medium Carmine #AA493B

Tints of Medium Carmine #AA493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 56.29%
G = 24.17%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA493B (or 0xAA493B) is known color: Medium Carmine. HEX triplet: AA, 49 and 3B. RGB value is (170,73,59). Sum of RGB (Red+Green+Blue) = 170+73+59=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA493B is #55B6C4. Grayscale: #646464. Windows color (decimal): -5617349 or 3885482. OLE color: 3885482.

HSL color Cylindrical-coordinate representation of color #AA493B: hue angle of 7.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA493B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 59 -
CMYK 0 0.57 0.65 0.33
HSL 7.57º 0.48% 0.45% -
HSV(B) 7.57º 0.65% 0.67% -
XYZ 19.75 13.63 5.73 -
YUV 100.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 170 73 59 0 0.57 0.65 0.33 7.57 0.48 0.45
Hex AA 49 3B 0 39 41 21 8 30 2D
Octal 252 111 73 0 71 101 41 10 60 55
Binary 10101010 1001001 111011 0 111001 1000001 100001 1000 110000 101101

Color Harmonies of #AA493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA493B

Black with #AA493B

Text Example


Text Example

White with #AA493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA493B; }

 p { color: rgb(170,73,59); }

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

background-color css

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

 a { background-color: rgb(170,73,59); }

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

border-color css

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

 span { border-color: rgb(170,73,59); }

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