#A32221

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

Shades of Brown #A32221

Tints of Brown #A32221

Color information

#A32221 (or 0xA32221) is unknown color: approx Brown. HEX triplet: A3, 22 and 21. RGB value is (163,34,33). Sum of RGB (Red+Green+Blue) = 163+34+33=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A32221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32221 is #5CDDDE. Grayscale: #484848. Windows color (decimal): -6086111 or 2171555. OLE color: 2171555.

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

Color convert

RGB1633433-
CMYK00.790.800.36
HSL0.46º66.33%38.43%-
HSV(B)0.46º79.75%63.92%-
XYZ15.959.042.34-
YUV72.46105.74192.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.87%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=70.87%
G=14.78%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163343300.790.800.360.4666.3338.43
HexA3222104F502404226
Octal2434241011712044010246
Binary1010001110001010000101001111101000010010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32221; }

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

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

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

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

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

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

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

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