#A1201F

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

Shades of Brown #A1201F

Tints of Brown #A1201F

Color information

#A1201F (or 0xA1201F) is unknown color: approx Brown. HEX triplet: A1, 20 and 1F. RGB value is (161,32,31). Sum of RGB (Red+Green+Blue) = 161+32+31=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1201F is #5EDFE0. Grayscale: #464646. Windows color (decimal): -6217697 or 2039969. OLE color: 2039969.

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

Color convert

RGB1613231-
CMYK00.800.810.37
HSL0.46º67.71%37.65%-
HSV(B)0.46º80.75%63.14%-
XYZ15.468.712.16-
YUV70.46105.74192.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.88%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=71.88%
G=14.29%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161323100.800.810.370.4667.7137.65
HexA1201F050512504426
Octal2414037012012145010446
Binary101000011000001111101010000101000110010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1201F; }

 p { color: rgb(161,32,31); }

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

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

 a { background-color: rgb(161,32,31); }

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

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

 span { border-color: rgb(161,32,31); }

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