#A12B22

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

Shades of Brown #A12B22

Tints of Brown #A12B22

Color information

#A12B22 (or 0xA12B22) is unknown color: approx Brown. HEX triplet: A1, 2B and 22. RGB value is (161,43,34). Sum of RGB (Red+Green+Blue) = 161+43+34=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12B22 is #5ED4DD. Grayscale: #4D4D4D. Windows color (decimal): -6214878 or 2239393. OLE color: 2239393.

HSL color Cylindrical-coordinate representation of color #A12B22: hue angle of 4.25º 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 #A12B22 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1614334-
CMYK00.730.790.37
HSL4.25º65.13%38.24%-
HSV(B)4.25º78.88%63.14%-
XYZ15.859.422.5-
YUV77.26103.59187.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 34 (13.67% from 255) = 14.29%
R=67.65%
G=18.07%
B=14.29%

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
Decimal161433400.730.790.374.2565.1338.24
HexA12B220494F2544126
Octal2415342011111745410146
Binary101000011010111000100100100110011111001011001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B22; }

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

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

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

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

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

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

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

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