#ac341c

Color #AC341C Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AC341C

Tints of Brown #AC341C

Color information

#AC341C (or 0xAC341C) is unknown color: approx Brown. HEX triplet: AC, 34 and 1C. RGB value is (172,52,28). Sum of RGB (Red+Green+Blue) = 172+52+28=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC341C is #53CBE3. Grayscale: #555555. Windows color (decimal): -5491684 or 1848492. OLE color: 1848492.

HSL color Cylindrical-coordinate representation of color #AC341C: hue angle of 10º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC341C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1725228-
CMYK00.700.840.33
HSL10º72%39.22%-
HSV(B)10º83.72%67.45%-
XYZ18.4511.312.31-
YUV85.1495.76189.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=68.25%
G=20.63%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172522800.700.840.33107239.22
HexAC341C0465421a4827
Octal25464340106124411211047
Binary101011001101001110001000110101010010000110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac341c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac341c; }

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

 H1.HeaderClassName
 {
   color: #ac341c;
 }
 .AnyTagClassName
 {
   color: #ac341c;
 }
</style>
background-color css

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

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

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

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

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

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