Html Css Color HEX #AC493E Medium Carmine

📋 copy color: '#AC493E'

red 172 ◦ green 73 ◦ blue 62

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

Shades of Medium Carmine #AC493E

Tints of Medium Carmine #AC493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 56.03%
G = 23.78%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC493E (or 0xAC493E) is known color: Medium Carmine. HEX triplet: AC, 49 and 3E. RGB value is (172,73,62). Sum of RGB (Red+Green+Blue) = 172+73+62=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC493E is #53B6C1. Grayscale: #656565. Windows color (decimal): -5486274 or 4082092. OLE color: 4082092.

HSL color Cylindrical-coordinate representation of color #AC493E: hue angle of 6º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC493E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 62 -
CMYK 0 0.58 0.64 0.33
HSL 0.47% 0.46% -
HSV(B) 0.64% 0.67% -
XYZ 20.27 13.88 6.17 -
YUV 101.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 172 73 62 0 0.58 0.64 0.33 6 0.47 0.46
Hex AC 49 3E 0 3A 40 21 6 2F 2E
Octal 254 111 76 0 72 100 41 6 57 56
Binary 10101100 1001001 111110 0 111010 1000000 100001 110 101111 101110

Color Harmonies of #AC493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC493E

Black with #AC493E

Text Example


Text Example

White with #AC493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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