#A32E21

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

Shades of Brown #A32E21

Tints of Brown #A32E21

Color information

#A32E21 (or 0xA32E21) is unknown color: approx Brown. HEX triplet: A3, 2E and 21. RGB value is (163,46,33). Sum of RGB (Red+Green+Blue) = 163+46+33=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E21 is #5CD1DE. Grayscale: #4F4F4F. Windows color (decimal): -6083039 or 2174627. OLE color: 2174627.

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

Color convert

RGB1634633-
CMYK00.720.800.36
HSL66.33%38.43%-
HSV(B)79.75%63.92%-
XYZ16.369.852.48-
YUV79.5101.76187.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.36%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=67.36%
G=19.01%
B=13.64%

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
Decimal163463300.720.800.36666.3338.43
HexA32E21048502464226
Octal2435641011012044610246
Binary101000111011101000010100100010100001001001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E21; }

 p { color: rgb(163,46,33); }

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

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

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

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

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

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

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