#A12A27

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

Shades of Brown #A12A27

Tints of Brown #A12A27

Color information

#A12A27 (or 0xA12A27) is unknown color: approx Brown. HEX triplet: A1, 2A and 27. RGB value is (161,42,39). Sum of RGB (Red+Green+Blue) = 161+42+39=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A27 is #5ED5D8. Grayscale: #4D4D4D. Windows color (decimal): -6215129 or 2566817. OLE color: 2566817.

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

Color convert

RGB1614239-
CMYK00.740.760.37
HSL1.48º61%39.22%-
HSV(B)1.48º75.78%63.14%-
XYZ15.899.382.89-
YUV77.24106.42187.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=66.53%
G=17.36%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161423900.740.760.371.486139.22
HexA12A2704A4C2513d27
Octal241524701121144517547
Binary101000011010101001110100101010011001001011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A27; }

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

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

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

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

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

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

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

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