Html Css Color HEX #AC493B Medium Carmine

📋 copy color: '#AC493B'

red 172 ◦ green 73 ◦ blue 59

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

Shades of Medium Carmine #AC493B

Tints of Medium Carmine #AC493B

RGB

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

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

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

R = 56.58%
G = 24.01%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC493B (or 0xAC493B) is known color: Medium Carmine. HEX triplet: AC, 49 and 3B. RGB value is (172,73,59). Sum of RGB (Red+Green+Blue) = 172+73+59=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC493B is #53B6C4. Grayscale: #656565. Windows color (decimal): -5486277 or 3885484. OLE color: 3885484.

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

Color convert

RGB 172 73 59 -
CMYK 0 0.58 0.66 0.33
HSL 7.43º 0.49% 0.45% -
HSV(B) 7.43º 0.66% 0.67% -
XYZ 20.19 13.85 5.75 -
YUV 101.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 172 73 59 0 0.58 0.66 0.33 7.43 0.49 0.45
Hex AC 49 3B 0 3A 42 21 7 31 2D
Octal 254 111 73 0 72 102 41 7 61 55
Binary 10101100 1001001 111011 0 111010 1000010 100001 111 110001 101101

Color Harmonies of #AC493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC493B

Black with #AC493B

Text Example


Text Example

White with #AC493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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