#AC312F

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

Shades of Brown #AC312F

Tints of Brown #AC312F

Color information

#AC312F (or 0xAC312F) is unknown color: approx Brown. HEX triplet: AC, 31 and 2F. RGB value is (172,49,47). Sum of RGB (Red+Green+Blue) = 172+49+47=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312F is #53CED0. Grayscale: #555555. Windows color (decimal): -5492433 or 3092908. OLE color: 3092908.

HSL color Cylindrical-coordinate representation of color #AC312F: hue angle of 0.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC312F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1724947-
CMYK00.720.730.33
HSL0.96º57.08%42.94%-
HSV(B)0.96º72.67%67.45%-
XYZ18.6211.173.86-
YUV85.55106.25189.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.18%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=64.18%
G=18.28%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172494700.720.730.330.9657.0842.94
HexAC312F04849211392b
Octal254615701101114117153
Binary101011001100011011110100100010010011000011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC312F; }

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

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

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

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

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

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

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

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