#A12C22

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

Shades of Brown #A12C22

Tints of Brown #A12C22

Color information

#A12C22 (or 0xA12C22) is unknown color: approx Brown. HEX triplet: A1, 2C and 22. RGB value is (161,44,34). Sum of RGB (Red+Green+Blue) = 161+44+34=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C22 is #5ED3DD. Grayscale: #4D4D4D. Windows color (decimal): -6214622 or 2239649. OLE color: 2239649.

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

Color convert

RGB1614434-
CMYK00.730.790.37
HSL4.72º65.13%38.24%-
HSV(B)4.72º78.88%63.14%-
XYZ15.899.492.51-
YUV77.84103.26187.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.36%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=67.36%
G=18.41%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161443400.730.790.374.7265.1338.24
HexA12C220494F2554126
Octal2415442011111745510146
Binary101000011011001000100100100110011111001011011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C22; }

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

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

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

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

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

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

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

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