#A32E2D

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

Shades of Brown #A32E2D

Tints of Brown #A32E2D

Color information

#A32E2D (or 0xA32E2D) is unknown color: approx Brown. HEX triplet: A3, 2E and 2D. RGB value is (163,46,45). Sum of RGB (Red+Green+Blue) = 163+46+45=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E2D is #5CD1D2. Grayscale: #505050. Windows color (decimal): -6083027 or 2961059. OLE color: 2961059.

HSL color Cylindrical-coordinate representation of color #A32E2D: hue angle of 0.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E2D is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1634645-
CMYK00.720.720.36
HSL0.51º56.73%40.78%-
HSV(B)0.51º72.39%63.92%-
XYZ16.559.933.53-
YUV80.87107.76186.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=64.17%
G=18.11%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163464500.720.720.360.5156.7340.78
HexA32E2D048482413929
Octal243565501101104417151
Binary101000111011101011010100100010010001001001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E2D; }

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

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

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

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

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

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

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

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