Html Css Color HEX #AC4A3D Medium Carmine

📋 copy color: '#AC4A3D'

red 172 ◦ green 74 ◦ blue 61

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

Shades of Medium Carmine #AC4A3D

Tints of Medium Carmine #AC4A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 56.03%
G = 24.1%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC4A3D (or 0xAC4A3D) is known color: Medium Carmine. HEX triplet: AC, 4A and 3D. RGB value is (172,74,61). Sum of RGB (Red+Green+Blue) = 172+74+61=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A3D is #53B5C2. Grayscale: #656565. Windows color (decimal): -5486019 or 4016812. OLE color: 4016812.

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

Color convert

RGB 172 74 61 -
CMYK 0 0.57 0.65 0.33
HSL 7.03º 0.48% 0.46% -
HSV(B) 7.03º 0.65% 0.67% -
XYZ 20.3 14.01 6.05 -
YUV 101.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 172 74 61 0 0.57 0.65 0.33 7.03 0.48 0.46
Hex AC 4A 3D 0 39 41 21 7 30 2E
Octal 254 112 75 0 71 101 41 7 60 56
Binary 10101100 1001010 111101 0 111001 1000001 100001 111 110000 101110

Color Harmonies of #AC4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A3D

Black with #AC4A3D

Text Example


Text Example

White with #AC4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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