Html Css Color HEX #AC4934 Medium Carmine

📋 copy color: '#AC4934'

red 172 ◦ green 73 ◦ blue 52

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

Shades of Medium Carmine #AC4934

Tints of Medium Carmine #AC4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 57.91%
G = 24.58%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4934 (or 0xAC4934) is known color: Medium Carmine. HEX triplet: AC, 49 and 34. RGB value is (172,73,52). Sum of RGB (Red+Green+Blue) = 172+73+52=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4934 is #53B6CB. Grayscale: #646464. Windows color (decimal): -5486284 or 3426732. OLE color: 3426732.

HSL color Cylindrical-coordinate representation of color #AC4934: hue angle of 10.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4934 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 52 -
CMYK 0 0.58 0.70 0.33
HSL 10.5º 0.54% 0.44% -
HSV(B) 10.5º 0.7% 0.67% -
XYZ 20.02 13.78 4.85 -
YUV 100.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 172 73 52 0 0.58 0.70 0.33 10.5 0.54 0.44
Hex AC 49 34 0 3A 46 21 A 36 2C
Octal 254 111 64 0 72 106 41 12 66 54
Binary 10101100 1001001 110100 0 111010 1000110 100001 1010 110110 101100

Color Harmonies of #AC4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4934

Black with #AC4934

Text Example


Text Example

White with #AC4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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