#A32A21

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

Shades of Brown #A32A21

Tints of Brown #A32A21

Color information

#A32A21 (or 0xA32A21) is unknown color: approx Brown. HEX triplet: A3, 2A and 21. RGB value is (163,42,33). Sum of RGB (Red+Green+Blue) = 163+42+33=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A21 is #5CD5DE. Grayscale: #4D4D4D. Windows color (decimal): -6084063 or 2173603. OLE color: 2173603.

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

Color convert

RGB1634233-
CMYK00.740.800.36
HSL4.15º66.33%38.43%-
HSV(B)4.15º79.75%63.92%-
XYZ16.219.552.43-
YUV77.15103.09189.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=68.49%
G=17.65%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163423300.740.800.364.1566.3338.43
HexA32A2104A502444226
Octal2435241011212044410246
Binary101000111010101000010100101010100001001001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32A21; }

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

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

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

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

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

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

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

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