Html Css Color HEX #AC4735 Medium Carmine

📋 copy color: '#AC4735'

red 172 ◦ green 71 ◦ blue 53

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

Shades of Medium Carmine #AC4735

Tints of Medium Carmine #AC4735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 58.11%
G = 23.99%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC4735 (or 0xAC4735) is known color: Medium Carmine. HEX triplet: AC, 47 and 35. RGB value is (172,71,53). Sum of RGB (Red+Green+Blue) = 172+71+53=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4735 is #53B8CA. Grayscale: #636363. Windows color (decimal): -5486795 or 3491756. OLE color: 3491756.

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

Color convert

RGB 172 71 53 -
CMYK 0 0.59 0.69 0.33
HSL 9.08º 0.53% 0.44% -
HSV(B) 9.08º 0.69% 0.67% -
XYZ 19.91 13.53 4.93 -
YUV 99.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 172 71 53 0 0.59 0.69 0.33 9.08 0.53 0.44
Hex AC 47 35 0 3B 45 21 9 35 2C
Octal 254 107 65 0 73 105 41 11 65 54
Binary 10101100 1000111 110101 0 111011 1000101 100001 1001 110101 101100

Color Harmonies of #AC4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4735

Black with #AC4735

Text Example


Text Example

White with #AC4735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4735; }

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

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

background-color css

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

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

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

border-color css

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

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

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