#A12D1E

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

Shades of Brown #A12D1E

Tints of Brown #A12D1E

Color information

#A12D1E (or 0xA12D1E) is unknown color: approx Brown. HEX triplet: A1, 2D and 1E. RGB value is (161,45,30). Sum of RGB (Red+Green+Blue) = 161+45+30=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D1E is #5ED2E1. Grayscale: #4E4E4E. Windows color (decimal): -6214370 or 1977761. OLE color: 1977761.

HSL color Cylindrical-coordinate representation of color #A12D1E: hue angle of 6.87º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A12D1E is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1614530-
CMYK00.720.810.37
HSL6.87º68.59%37.45%-
HSV(B)6.87º81.37%63.14%-
XYZ15.879.552.23-
YUV77.97100.93187.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.22%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=68.22%
G=19.07%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161453000.720.810.376.8768.5937.45
HexA12D1E048512574525
Octal2415536011012145710545
Binary10100001101101111100100100010100011001011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D1E; }

 p { color: rgb(161,45,30); }

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

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

 a { background-color: rgb(161,45,30); }

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

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

 span { border-color: rgb(161,45,30); }

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