#A2321C

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

Shades of Brown #A2321C

Tints of Brown #A2321C

Color information

#A2321C (or 0xA2321C) is unknown color: approx Brown. HEX triplet: A2, 32 and 1C. RGB value is (162,50,28). Sum of RGB (Red+Green+Blue) = 162+50+28=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2321C is #5DCDE3. Grayscale: #515151. Windows color (decimal): -6147556 or 1847970. OLE color: 1847970.

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

Color convert

RGB1625028-
CMYK00.690.830.36
HSL9.85º70.53%37.25%-
HSV(B)9.85º82.72%63.53%-
XYZ16.2510.052.18-
YUV80.9898.11185.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=67.5%
G=20.83%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162502800.690.830.369.8570.5337.25
HexA2321C0455324a4725
Octal24262340105123441210745
Binary101000101100101110001000101101001110010010101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2321C; }

 p { color: rgb(162,50,28); }

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

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

 a { background-color: rgb(162,50,28); }

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

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

 span { border-color: rgb(162,50,28); }

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