#ac2f27

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

Shades of Brown #AC2F27

Tints of Brown #AC2F27

Color information

#AC2F27 (or 0xAC2F27) is unknown color: approx Brown. HEX triplet: AC, 2F and 27. RGB value is (172,47,39). Sum of RGB (Red+Green+Blue) = 172+47+39=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F27 is #53D0D8. Grayscale: #535353. Windows color (decimal): -5492953 or 2568108. OLE color: 2568108.

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

Color convert

RGB1724739-
CMYK00.730.770.33
HSL3.61º63.03%41.37%-
HSV(B)3.61º77.33%67.45%-
XYZ18.410.953.06-
YUV83.46102.91191.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=66.67%
G=18.22%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172473900.730.770.333.6163.0341.37
HexAC2F270494D2143f29
Octal254574701111154147751
Binary10101100101111100111010010011001101100001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2f27; }

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

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

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

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

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

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

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

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