Html Css Color HEX #AC493C Medium Carmine

📋 copy color: '#AC493C'

red 172 ◦ green 73 ◦ blue 60

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

Shades of Medium Carmine #AC493C

Tints of Medium Carmine #AC493C

RGB

 RED value IS 172 (67.58% from 255) = 56.39%

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 56.39%
G = 23.93%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC493C (or 0xAC493C) is known color: Medium Carmine. HEX triplet: AC, 49 and 3C. RGB value is (172,73,60). Sum of RGB (Red+Green+Blue) = 172+73+60=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC493C is #53B6C3. Grayscale: #656565. Windows color (decimal): -5486276 or 3951020. OLE color: 3951020.

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

Color convert

RGB 172 73 60 -
CMYK 0 0.58 0.65 0.33
HSL 6.96º 0.48% 0.45% -
HSV(B) 6.96º 0.65% 0.67% -
XYZ 20.21 13.86 5.89 -
YUV 101.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 172 73 60 0 0.58 0.65 0.33 6.96 0.48 0.45
Hex AC 49 3C 0 3A 41 21 7 30 2D
Octal 254 111 74 0 72 101 41 7 60 55
Binary 10101100 1001001 111100 0 111010 1000001 100001 111 110000 101101

Color Harmonies of #AC493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC493C

Black with #AC493C

Text Example


Text Example

White with #AC493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC493C; }

 p { color: rgb(172,73,60); }

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

background-color css

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

 a { background-color: rgb(172,73,60); }

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

border-color css

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

 span { border-color: rgb(172,73,60); }

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