#A03129

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

Shades of Brown #A03129

Tints of Brown #A03129

Color information

#A03129 (or 0xA03129) is unknown color: approx Brown. HEX triplet: A0, 31 and 29. RGB value is (160,49,41). Sum of RGB (Red+Green+Blue) = 160+49+41=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A03129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03129 is #5FCED6. Grayscale: #515151. Windows color (decimal): -6278871 or 2699680. OLE color: 2699680.

HSL color Cylindrical-coordinate representation of color #A03129: hue angle of 4.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03129 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1604941-
CMYK00.690.740.37
HSL4.03º59.2%39.41%-
HSV(B)4.03º74.37%62.75%-
XYZ169.833.15-
YUV81.28105.27184.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=64%
G=19.6%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160494100.690.740.374.0359.239.41
HexA031290454A2543b27
Octal240615101051124547347
Binary10100000110001101001010001011001010100101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03129; }

 p { color: rgb(160,49,41); }

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

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

 a { background-color: rgb(160,49,41); }

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

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

 span { border-color: rgb(160,49,41); }

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