#A12C27

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

Shades of Brown #A12C27

Tints of Brown #A12C27

Color information

#A12C27 (or 0xA12C27) is unknown color: approx Brown. HEX triplet: A1, 2C and 27. RGB value is (161,44,39). Sum of RGB (Red+Green+Blue) = 161+44+39=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C27 is #5ED3D8. Grayscale: #4E4E4E. Windows color (decimal): -6214617 or 2567329. OLE color: 2567329.

HSL color Cylindrical-coordinate representation of color #A12C27: hue angle of 2.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12C27 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1614439-
CMYK00.730.760.37
HSL2.46º61%39.22%-
HSV(B)2.46º75.78%63.14%-
XYZ15.969.522.92-
YUV78.41105.76186.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.98%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=65.98%
G=18.03%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161443900.730.760.372.466139.22
HexA12C270494C2523d27
Octal241544701111144527547
Binary1010000110110010011101001001100110010010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C27; }

 p { color: rgb(161,44,39); }

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

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

 a { background-color: rgb(161,44,39); }

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

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

 span { border-color: rgb(161,44,39); }

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