Html Css Color HEX #AC4632 Medium Carmine

📋 copy color: '#AC4632'

red 172 ◦ green 70 ◦ blue 50

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

Shades of Medium Carmine #AC4632

Tints of Medium Carmine #AC4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 58.9%
G = 23.97%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC4632 (or 0xAC4632) is known color: Medium Carmine. HEX triplet: AC, 46 and 32. RGB value is (172,70,50). Sum of RGB (Red+Green+Blue) = 172+70+50=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4632 is #53B9CD. Grayscale: #626262. Windows color (decimal): -5487054 or 3294892. OLE color: 3294892.

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

Color convert

RGB 172 70 50 -
CMYK 0 0.59 0.71 0.33
HSL 9.84º 0.55% 0.44% -
HSV(B) 9.84º 0.71% 0.67% -
XYZ 19.78 13.38 4.56 -
YUV 98.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 172 70 50 0 0.59 0.71 0.33 9.84 0.55 0.44
Hex AC 46 32 0 3B 47 21 A 37 2C
Octal 254 106 62 0 73 107 41 12 67 54
Binary 10101100 1000110 110010 0 111011 1000111 100001 1010 110111 101100

Color Harmonies of #AC4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4632

Black with #AC4632

Text Example


Text Example

White with #AC4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4632; }

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

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

background-color css

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

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

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

border-color css

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

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

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