#A2321D

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

Shades of Brown #A2321D

Tints of Brown #A2321D

Color information

#A2321D (or 0xA2321D) is unknown color: approx Brown. HEX triplet: A2, 32 and 1D. RGB value is (162,50,29). Sum of RGB (Red+Green+Blue) = 162+50+29=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2321D is #5DCDE2. Grayscale: #515151. Windows color (decimal): -6147555 or 1913506. OLE color: 1913506.

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

Color convert

RGB1625029-
CMYK00.690.820.36
HSL9.47º69.63%37.45%-
HSV(B)9.47º82.1%63.53%-
XYZ16.2610.052.25-
YUV81.0998.61185.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=67.22%
G=20.75%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162502900.690.820.369.4769.6337.45
HexA2321D045522494625
Octal24262350105122441110645
Binary101000101100101110101000101101001010010010011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2321D; }

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

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

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

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

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

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

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

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