#A32C20

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

Shades of Brown #A32C20

Tints of Brown #A32C20

Color information

#A32C20 (or 0xA32C20) is unknown color: approx Brown. HEX triplet: A3, 2C and 20. RGB value is (163,44,32). Sum of RGB (Red+Green+Blue) = 163+44+32=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C20 is #5CD3DF. Grayscale: #4E4E4E. Windows color (decimal): -6083552 or 2108579. OLE color: 2108579.

HSL color Cylindrical-coordinate representation of color #A32C20: hue angle of 5.5º 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 #A32C20 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1634432-
CMYK00.730.800.36
HSL5.5º67.18%38.24%-
HSV(B)5.5º80.37%63.92%-
XYZ16.279.692.38-
YUV78.21101.92188.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.20%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=68.20%
G=18.41%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163443200.730.800.365.567.1838.24
HexA32C20049502454326
Octal2435440011112044510346
Binary101000111011001000000100100110100001001001011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C20; }

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

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

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

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

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

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

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

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