#A32A22

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

Shades of Brown #A32A22

Tints of Brown #A32A22

Color information

#A32A22 (or 0xA32A22) is unknown color: approx Brown. HEX triplet: A3, 2A and 22. RGB value is (163,42,34). Sum of RGB (Red+Green+Blue) = 163+42+34=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32A22 is #5CD5DD. Grayscale: #4D4D4D. Windows color (decimal): -6084062 or 2239139. OLE color: 2239139.

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

Color convert

RGB1634234-
CMYK00.740.790.36
HSL3.72º65.48%38.63%-
HSV(B)3.72º79.14%63.92%-
XYZ16.229.562.5-
YUV77.27103.59189.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.20%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=68.20%
G=17.57%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163423400.740.790.363.7265.4838.63
HexA32A2204A4F2444127
Octal2435242011211744410147
Binary101000111010101000100100101010011111001001001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32A22; }

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

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

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

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

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

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

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

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