#A32322

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

Shades of Brown #A32322

Tints of Brown #A32322

Color information

#A32322 (or 0xA32322) is unknown color: approx Brown. HEX triplet: A3, 23 and 22. RGB value is (163,35,34). Sum of RGB (Red+Green+Blue) = 163+35+34=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32322 is #5CDCDD. Grayscale: #494949. Windows color (decimal): -6085854 or 2237347. OLE color: 2237347.

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

Color convert

RGB1633534-
CMYK00.790.790.36
HSL0.47º65.48%38.63%-
HSV(B)0.47º79.14%63.92%-
XYZ15.999.12.43-
YUV73.16105.91192.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 34 (13.67% from 255) = 14.66%
R=70.26%
G=15.09%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163353400.790.790.360.4765.4838.63
HexA3232204F4F2404127
Octal2434342011711744010147
Binary1010001110001110001001001111100111110010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32322; }

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

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

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

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

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

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

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

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