#A32D20

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

Shades of Brown #A32D20

Tints of Brown #A32D20

Color information

#A32D20 (or 0xA32D20) is unknown color: approx Brown. HEX triplet: A3, 2D and 20. RGB value is (163,45,32). Sum of RGB (Red+Green+Blue) = 163+45+32=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D20 is #5CD2DF. Grayscale: #4E4E4E. Windows color (decimal): -6083296 or 2108835. OLE color: 2108835.

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

Color convert

RGB1634532-
CMYK00.720.800.36
HSL5.95º67.18%38.24%-
HSV(B)5.95º80.37%63.92%-
XYZ16.39.772.39-
YUV78.8101.59188.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.92%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=67.92%
G=18.75%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163453200.720.800.365.9567.1838.24
HexA32D20048502464326
Octal2435540011012044610346
Binary101000111011011000000100100010100001001001101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D20; }

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

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

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

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

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

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

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

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