#AC371F

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

Shades of Brown #AC371F

Tints of Brown #AC371F

Color information

#AC371F (or 0xAC371F) is unknown color: approx Brown. HEX triplet: AC, 37 and 1F. RGB value is (172,55,31). Sum of RGB (Red+Green+Blue) = 172+55+31=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC371F is #53C8E0. Grayscale: #575757. Windows color (decimal): -5490913 or 2045868. OLE color: 2045868.

HSL color Cylindrical-coordinate representation of color #AC371F: hue angle of 10.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC371F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1725531-
CMYK00.680.820.33
HSL10.21º69.46%39.8%-
HSV(B)10.21º81.98%67.45%-
XYZ18.6311.62.55-
YUV87.2596.26188.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=66.67%
G=21.32%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172553100.680.820.3310.2169.4639.8
HexAC371F0445221a4528
Octal25467370104122411210550
Binary101011001101111111101000100101001010000110101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC371F; }

 p { color: rgb(172,55,31); }

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

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

 a { background-color: rgb(172,55,31); }

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

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

 span { border-color: rgb(172,55,31); }

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