#a0201a

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

Shades of Brown #A0201A

Tints of Brown #A0201A

Color information

#A0201A (or 0xA0201A) is unknown color: approx Brown. HEX triplet: A0, 20 and 1A. RGB value is (160,32,26). Sum of RGB (Red+Green+Blue) = 160+32+26=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A0201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0201A is #5FDFE5. Grayscale: #454545. Windows color (decimal): -6283238 or 1712288. OLE color: 1712288.

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

Color convert

RGB1603226-
CMYK00.800.840.37
HSL2.69º72.04%36.47%-
HSV(B)2.69º83.75%62.75%-
XYZ15.28.581.83-
YUV69.59103.41192.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.39%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=73.39%
G=14.68%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160322600.800.840.372.6972.0436.47
HexA0201A050542534824
Octal2404032012012445311044
Binary1010000010000011010010100001010100100101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0201a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0201a; }

 p { color: rgb(160,32,26); }

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

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

 a { background-color: rgb(160,32,26); }

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

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

 span { border-color: rgb(160,32,26); }

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