#ac332c

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

Shades of Brown #AC332C

Tints of Brown #AC332C

Color information

#AC332C (or 0xAC332C) is unknown color: approx Brown. HEX triplet: AC, 33 and 2C. RGB value is (172,51,44). Sum of RGB (Red+Green+Blue) = 172+51+44=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC332C is #53CCD3. Grayscale: #565656. Windows color (decimal): -5491924 or 2896812. OLE color: 2896812.

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

Color convert

RGB1725144-
CMYK00.700.740.33
HSL3.28º59.26%42.35%-
HSV(B)3.28º74.42%67.45%-
XYZ18.6511.323.58-
YUV86.38104.09189.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.42%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=64.42%
G=19.10%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172514400.700.740.333.2859.2642.35
HexAC332C0464A2133b2a
Octal254635401061124137352
Binary1010110011001110110001000110100101010000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac332c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac332c; }

 p { color: rgb(172,51,44); }

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

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

 a { background-color: rgb(172,51,44); }

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

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

 span { border-color: rgb(172,51,44); }

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