#A12E1E

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

Shades of Brown #A12E1E

Tints of Brown #A12E1E

Color information

#A12E1E (or 0xA12E1E) is unknown color: approx Brown. HEX triplet: A1, 2E and 1E. RGB value is (161,46,30). Sum of RGB (Red+Green+Blue) = 161+46+30=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E1E is #5ED1E1. Grayscale: #4E4E4E. Windows color (decimal): -6214114 or 1978017. OLE color: 1978017.

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

Color convert

RGB1614630-
CMYK00.710.810.37
HSL7.33º68.59%37.45%-
HSV(B)7.33º81.37%63.14%-
XYZ15.919.622.25-
YUV78.56100.6186.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=67.93%
G=19.41%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161463000.710.810.377.3368.5937.45
HexA12E1E047512574525
Octal2415636010712145710545
Binary10100001101110111100100011110100011001011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E1E; }

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

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

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

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

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

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

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

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