#A32D21

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

Shades of Brown #A32D21

Tints of Brown #A32D21

Color information

#A32D21 (or 0xA32D21) is unknown color: approx Brown. HEX triplet: A3, 2D and 21. RGB value is (163,45,33). Sum of RGB (Red+Green+Blue) = 163+45+33=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D21 is #5CD2DE. Grayscale: #4F4F4F. Windows color (decimal): -6083295 or 2174371. OLE color: 2174371.

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

Color convert

RGB1634533-
CMYK00.720.800.36
HSL5.54º66.33%38.43%-
HSV(B)5.54º79.75%63.92%-
XYZ16.329.772.47-
YUV78.91102.09187.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=67.63%
G=18.67%
B=13.69%

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
Decimal163453300.720.800.365.5466.3338.43
HexA32D21048502464226
Octal2435541011012044610246
Binary101000111011011000010100100010100001001001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D21; }

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

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

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

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

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

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

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

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