#AC4635

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

Shades of Medium Carmine #AC4635

Tints of Medium Carmine #AC4635

Color information

#AC4635 (or 0xAC4635) is unknown color: approx Medium Carmine. HEX triplet: AC, 46 and 35. RGB value is (172,70,53). Sum of RGB (Red+Green+Blue) = 172+70+53=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4635 is #53B9CA. Grayscale: #626262. Windows color (decimal): -5487051 or 3491500. OLE color: 3491500.

HSL color Cylindrical-coordinate representation of color #AC4635: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4635 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1727053-
CMYK00.590.690.33
HSL8.57º52.89%44.12%-
HSV(B)8.57º69.19%67.45%-
XYZ19.8513.414.91-
YUV98.56102.29180.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=58.31%
G=23.73%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172705300.590.690.338.5752.8944.12
HexAC463503B45219352c
Octal2541066507310541116554
Binary101011001000110110101011101110001011000011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4635; }

 p { color: rgb(172,70,53); }

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

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

 a { background-color: rgb(172,70,53); }

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

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

 span { border-color: rgb(172,70,53); }

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