#A1321A

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

Shades of Brown #A1321A

Tints of Brown #A1321A

Color information

#A1321A (or 0xA1321A) is unknown color: approx Brown. HEX triplet: A1, 32 and 1A. RGB value is (161,50,26). Sum of RGB (Red+Green+Blue) = 161+50+26=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1321A is #5ECDE5. Grayscale: #505050. Windows color (decimal): -6213094 or 1716897. OLE color: 1716897.

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

Color convert

RGB1615026-
CMYK00.690.840.37
HSL10.67º72.19%36.67%-
HSV(B)10.67º83.85%63.14%-
XYZ16.029.932.05-
YUV80.4597.27185.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=67.93%
G=21.10%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161502600.690.840.3710.6772.1936.67
HexA1321A0455425b4825
Octal24162320105124451311045
Binary101000011100101101001000101101010010010110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1321A; }

 p { color: rgb(161,50,26); }

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

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

 a { background-color: rgb(161,50,26); }

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

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

 span { border-color: rgb(161,50,26); }

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