#A32B16

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

Shades of Brown #A32B16

Tints of Brown #A32B16

Color information

#A32B16 (or 0xA32B16) is unknown color: approx Brown. HEX triplet: A3, 2B and 16. RGB value is (163,43,22). Sum of RGB (Red+Green+Blue) = 163+43+22=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B16 is #5CD4E9. Grayscale: #4C4C4C. Windows color (decimal): -6083818 or 1452963. OLE color: 1452963.

HSL color Cylindrical-coordinate representation of color #A32B16: hue angle of 8.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32B16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1634322-
CMYK00.740.870.36
HSL8.94º76.22%36.27%-
HSV(B)8.94º86.5%63.92%-
XYZ16.119.571.76-
YUV76.4997.26189.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 71.49%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=71.49%
G=18.86%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163432200.740.870.368.9476.2236.27
HexA32B1604A572494c24
Octal24353260112127441111444
Binary101000111010111011001001010101011110010010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32B16; }

 p { color: rgb(163,43,22); }

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

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

 a { background-color: rgb(163,43,22); }

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

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

 span { border-color: rgb(163,43,22); }

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