#AC3326

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

Shades of Brown #AC3326

Tints of Brown #AC3326

Color information

#AC3326 (or 0xAC3326) is unknown color: approx Brown. HEX triplet: AC, 33 and 26. RGB value is (172,51,38). Sum of RGB (Red+Green+Blue) = 172+51+38=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3326 is #53CCD9. Grayscale: #555555. Windows color (decimal): -5491930 or 2503596. OLE color: 2503596.

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

Color convert

RGB1725138-
CMYK00.700.780.33
HSL5.82º63.81%41.18%-
HSV(B)5.82º77.91%67.45%-
XYZ18.5511.283.03-
YUV85.7101.09189.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 38 (15.23% from 255) = 14.56%
R=65.90%
G=19.54%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172513800.700.780.335.8263.8141.18
HexAC33260464E2164029
Octal2546346010611641610051
Binary101011001100111001100100011010011101000011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3326; }

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

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

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

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

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

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

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

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