#A0331C

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

Shades of Brown #A0331C

Tints of Brown #A0331C

Color information

#A0331C (or 0xA0331C) is unknown color: approx Brown. HEX triplet: A0, 33 and 1C. RGB value is (160,51,28). Sum of RGB (Red+Green+Blue) = 160+51+28=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0331C is #5FCCE3. Grayscale: #515151. Windows color (decimal): -6278372 or 1848224. OLE color: 1848224.

HSL color Cylindrical-coordinate representation of color #A0331C: hue angle of 10.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0331C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1605128-
CMYK00.680.820.37
HSL10.45º70.21%36.86%-
HSV(B)10.45º82.5%62.75%-
XYZ15.899.932.18-
YUV80.9798.11184.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=66.95%
G=21.34%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160512800.680.820.3710.4570.2136.86
HexA0331C0445225a4625
Octal24063340104122451210645
Binary101000001100111110001000100101001010010110101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0331C; }

 p { color: rgb(160,51,28); }

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

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

 a { background-color: rgb(160,51,28); }

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

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

 span { border-color: rgb(160,51,28); }

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