Html Css Color HEX #AC4935 Medium Carmine

📋 copy color: '#AC4935'

red 172 ◦ green 73 ◦ blue 53

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

Shades of Medium Carmine #AC4935

Tints of Medium Carmine #AC4935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 57.72%
G = 24.5%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC4935 (or 0xAC4935) is known color: Medium Carmine. HEX triplet: AC, 49 and 35. RGB value is (172,73,53). Sum of RGB (Red+Green+Blue) = 172+73+53=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4935 is #53B6CA. Grayscale: #646464. Windows color (decimal): -5486283 or 3492268. OLE color: 3492268.

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

Color convert

RGB 172 73 53 -
CMYK 0 0.58 0.69 0.33
HSL 10.08º 0.53% 0.44% -
HSV(B) 10.08º 0.69% 0.67% -
XYZ 20.04 13.79 4.97 -
YUV 100.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 172 73 53 0 0.58 0.69 0.33 10.08 0.53 0.44
Hex AC 49 35 0 3A 45 21 A 35 2C
Octal 254 111 65 0 72 105 41 12 65 54
Binary 10101100 1001001 110101 0 111010 1000101 100001 1010 110101 101100

Color Harmonies of #AC4935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4935

Black with #AC4935

Text Example


Text Example

White with #AC4935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4935; }

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

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

background-color css

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

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

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

border-color css

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

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

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