#AC2827

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

Shades of Brown #AC2827

Tints of Brown #AC2827

Color information

#AC2827 (or 0xAC2827) is unknown color: approx Brown. HEX triplet: AC, 28 and 27. RGB value is (172,40,39). Sum of RGB (Red+Green+Blue) = 172+40+39=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2827 is #53D7D8. Grayscale: #4F4F4F. Windows color (decimal): -5494745 or 2566316. OLE color: 2566316.

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

Color convert

RGB1724039-
CMYK00.770.770.33
HSL0.45º63.03%41.37%-
HSV(B)0.45º77.33%67.45%-
XYZ18.1410.432.98-
YUV79.35105.23194.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.53%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=68.53%
G=15.94%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172403900.770.770.330.4563.0341.37
HexAC282704D4D2103f29
Octal254504701151154107751
Binary101011001010001001110100110110011011000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2827; }

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

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

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

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

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

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

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

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