#A3322A

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

Shades of Brown #A3322A

Tints of Brown #A3322A

Color information

#A3322A (or 0xA3322A) is unknown color: approx Brown. HEX triplet: A3, 32 and 2A. RGB value is (163,50,42). Sum of RGB (Red+Green+Blue) = 163+50+42=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3322A is #5CCDD5. Grayscale: #535353. Windows color (decimal): -6082006 or 2765475. OLE color: 2765475.

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

Color convert

RGB1635042-
CMYK00.690.740.36
HSL3.97º59.02%40.2%-
HSV(B)3.97º74.23%63.92%-
XYZ16.6610.233.29-
YUV82.87104.94185.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=63.92%
G=19.61%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163504200.690.740.363.9759.0240.2
HexA3322A0454A2443b28
Octal243625201051124447350
Binary10100011110010101010010001011001010100100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3322A; }

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

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

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

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

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

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

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

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