#a8322f

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

Shades of Brown #A8322F

Tints of Brown #A8322F

Color information

#A8322F (or 0xA8322F) is unknown color: approx Brown. HEX triplet: A8, 32 and 2F. RGB value is (168,50,47). Sum of RGB (Red+Green+Blue) = 168+50+47=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8322F is #57CDD0. Grayscale: #555555. Windows color (decimal): -5754321 or 3093160. OLE color: 3093160.

HSL color Cylindrical-coordinate representation of color #A8322F: hue angle of 1.49º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8322F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1685047-
CMYK00.700.720.34
HSL1.49º56.28%42.16%-
HSV(B)1.49º72.02%65.88%-
XYZ17.810.813.84-
YUV84.94106.59187.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=63.40%
G=18.87%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168504700.700.720.341.4956.2842.16
HexA8322F04648221382a
Octal250625701061104217052
Binary101010001100101011110100011010010001000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8322f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8322f; }

 p { color: rgb(168,50,47); }

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

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

 a { background-color: rgb(168,50,47); }

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

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

 span { border-color: rgb(168,50,47); }

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