Html Css Color HEX #AA493A Medium Carmine

📋 copy color: '#AA493A'

red 170 ◦ green 73 ◦ blue 58

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

Shades of Medium Carmine #AA493A

Tints of Medium Carmine #AA493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 56.48%
G = 24.25%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA493A (or 0xAA493A) is known color: Medium Carmine. HEX triplet: AA, 49 and 3A. RGB value is (170,73,58). Sum of RGB (Red+Green+Blue) = 170+73+58=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA493A is #55B6C5. Grayscale: #646464. Windows color (decimal): -5617350 or 3819946. OLE color: 3819946.

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

Color convert

RGB 170 73 58 -
CMYK 0 0.57 0.66 0.33
HSL 8.04º 0.49% 0.45% -
HSV(B) 8.04º 0.66% 0.67% -
XYZ 19.72 13.62 5.59 -
YUV 100.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 170 73 58 0 0.57 0.66 0.33 8.04 0.49 0.45
Hex AA 49 3A 0 39 42 21 8 31 2D
Octal 252 111 72 0 71 102 41 10 61 55
Binary 10101010 1001001 111010 0 111001 1000010 100001 1000 110001 101101

Color Harmonies of #AA493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA493A

Black with #AA493A

Text Example


Text Example

White with #AA493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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