#A32020

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

Shades of Brown #A32020

Tints of Brown #A32020

Color information

#A32020 (or 0xA32020) is unknown color: approx Brown. HEX triplet: A3, 20 and 20. RGB value is (163,32,32). Sum of RGB (Red+Green+Blue) = 163+32+32=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A32020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32020 is #5CDFDF. Grayscale: #474747. Windows color (decimal): -6086624 or 2105507. OLE color: 2105507.

HSL color Cylindrical-coordinate representation of color #A32020: hue angle of 0º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32020 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1633232-
CMYK00.800.800.36
HSL67.18%38.24%-
HSV(B)80.37%63.92%-
XYZ15.888.922.25-
YUV71.17105.9193.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.81%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=71.81%
G=14.10%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163323200.800.800.36067.1838.24
HexA32020050502404326
Octal2434040012012044010346
Binary1010001110000010000001010000101000010010001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32020; }

 p { color: rgb(163,32,32); }

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

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

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

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

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

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

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