#A6321F

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

Shades of Brown #A6321F

Tints of Brown #A6321F

Color information

#A6321F (or 0xA6321F) is unknown color: approx Brown. HEX triplet: A6, 32 and 1F. RGB value is (166,50,31). Sum of RGB (Red+Green+Blue) = 166+50+31=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6321F is #59CDE0. Grayscale: #525252. Windows color (decimal): -5885409 or 2044582. OLE color: 2044582.

HSL color Cylindrical-coordinate representation of color #A6321F: hue angle of 8.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6321F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1665031-
CMYK00.700.810.35
HSL8.44º68.53%38.63%-
HSV(B)8.44º81.33%65.1%-
XYZ17.1110.492.42-
YUV82.5298.93187.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=67.21%
G=20.24%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166503100.700.810.358.4468.5338.63
HexA6321F046512384527
Octal24662370106121431010547
Binary101001101100101111101000110101000110001110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6321F; }

 p { color: rgb(166,50,31); }

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

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

 a { background-color: rgb(166,50,31); }

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

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

 span { border-color: rgb(166,50,31); }

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