#A32120

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

Shades of Brown #A32120

Tints of Brown #A32120

Color information

#A32120 (or 0xA32120) is unknown color: approx Brown. HEX triplet: A3, 21 and 20. RGB value is (163,33,32). Sum of RGB (Red+Green+Blue) = 163+33+32=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A32120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32120 is #5CDEDF. Grayscale: #474747. Windows color (decimal): -6086368 or 2105763. OLE color: 2105763.

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

Color convert

RGB1633332-
CMYK00.800.800.36
HSL0.46º67.18%38.24%-
HSV(B)0.46º80.37%63.92%-
XYZ15.918.982.26-
YUV71.76105.57193.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.49%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=71.49%
G=14.47%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163333200.800.800.360.4667.1838.24
HexA32120050502404326
Octal2434140012012044010346
Binary1010001110000110000001010000101000010010001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32120; }

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

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

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

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

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

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

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

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