#A32D2A

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

Shades of Brown #A32D2A

Tints of Brown #A32D2A

Color information

#A32D2A (or 0xA32D2A) is unknown color: approx Brown. HEX triplet: A3, 2D and 2A. RGB value is (163,45,42). Sum of RGB (Red+Green+Blue) = 163+45+42=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D2A is #5CD2D5. Grayscale: #505050. Windows color (decimal): -6083286 or 2764195. OLE color: 2764195.

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

Color convert

RGB1634542-
CMYK00.720.740.36
HSL1.49º59.02%40.2%-
HSV(B)1.49º74.23%63.92%-
XYZ16.469.833.22-
YUV79.94106.59187.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=65.2%
G=18%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163454200.720.740.361.4959.0240.2
HexA32D2A0484A2413b28
Octal243555201101124417350
Binary101000111011011010100100100010010101001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D2A; }

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

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

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

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

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

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

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

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