#A3271C

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

Shades of Brown #A3271C

Tints of Brown #A3271C

Color information

#A3271C (or 0xA3271C) is unknown color: approx Brown. HEX triplet: A3, 27 and 1C. RGB value is (163,39,28). Sum of RGB (Red+Green+Blue) = 163+39+28=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A3271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3271C is #5CD8E3. Grayscale: #4A4A4A. Windows color (decimal): -6084836 or 1845155. OLE color: 1845155.

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

Color convert

RGB1633928-
CMYK00.760.830.36
HSL4.89º70.68%37.45%-
HSV(B)4.89º82.82%63.92%-
XYZ16.049.322.05-
YUV74.82101.58190.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.87%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=70.87%
G=16.96%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163392800.760.830.364.8970.6837.45
HexA3271C04C532454725
Octal2434734011412344510745
Binary10100011100111111000100110010100111001001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3271C; }

 p { color: rgb(163,39,28); }

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

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

 a { background-color: rgb(163,39,28); }

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

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

 span { border-color: rgb(163,39,28); }

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