#AC4A3B

Color #AC4A3B Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AC4A3B

Tints of Medium Carmine #AC4A3B

Color information

#AC4A3B (or 0xAC4A3B) is unknown color: approx Medium Carmine. HEX triplet: AC, 4A and 3B. RGB value is (172,74,59). Sum of RGB (Red+Green+Blue) = 172+74+59=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A3B is #53B5C4. Grayscale: #656565. Windows color (decimal): -5486021 or 3885740. OLE color: 3885740.

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

Color convert

RGB1727459-
CMYK00.570.660.33
HSL7.96º48.92%45.29%-
HSV(B)7.96º65.7%67.45%-
XYZ20.2513.985.77-
YUV101.59103.97178.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=56.39%
G=24.26%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172745900.570.660.337.9648.9245.29
HexAC4A3B03942218312d
Octal2541127307110241106155
Binary101011001001010111011011100110000101000011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A3B; }

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

 H1.HeaderClassName
 {
   color: #AC4A3B;
 }
 .AnyTagClassName
 {
   color: #AC4A3B;
 }
</style>
background-color css

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

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

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

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

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

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