#AC312A

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

Shades of Brown #AC312A

Tints of Brown #AC312A

Color information

#AC312A (or 0xAC312A) is unknown color: approx Brown. HEX triplet: AC, 31 and 2A. RGB value is (172,49,42). Sum of RGB (Red+Green+Blue) = 172+49+42=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC312A is #53CED5. Grayscale: #555555. Windows color (decimal): -5492438 or 2765228. OLE color: 2765228.

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

Color convert

RGB1724942-
CMYK00.720.760.33
HSL3.23º60.75%41.96%-
HSV(B)3.23º75.58%67.45%-
XYZ18.5311.133.36-
YUV84.98103.75190.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=65.40%
G=18.63%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172494200.720.760.333.2360.7541.96
HexAC312A0484C2133d2a
Octal254615201101144137552
Binary1010110011000110101001001000100110010000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC312A; }

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

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

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

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

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

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

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

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