#AC2726

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

Shades of Brown #AC2726

Tints of Brown #AC2726

Color information

#AC2726 (or 0xAC2726) is unknown color: approx Brown. HEX triplet: AC, 27 and 26. RGB value is (172,39,38). Sum of RGB (Red+Green+Blue) = 172+39+38=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2726 is #53D8D9. Grayscale: #4E4E4E. Windows color (decimal): -5495002 or 2500524. OLE color: 2500524.

HSL color Cylindrical-coordinate representation of color #AC2726: hue angle of 0.45º 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 #AC2726 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1723938-
CMYK00.770.780.33
HSL0.45º63.81%41.18%-
HSV(B)0.45º77.91%67.45%-
XYZ18.0910.362.88-
YUV78.65105.06194.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=69.08%
G=15.66%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172393800.770.780.330.4563.8141.18
HexAC272604D4E2104029
Octal2544746011511641010051
Binary1010110010011110011001001101100111010000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2726; }

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

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

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

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

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

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

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

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