#A0291E

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

Shades of Brown #A0291E

Tints of Brown #A0291E

Color information

#A0291E (or 0xA0291E) is unknown color: approx Brown. HEX triplet: A0, 29 and 1E. RGB value is (160,41,30). Sum of RGB (Red+Green+Blue) = 160+41+30=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0291E is #5FD6E1. Grayscale: #4B4B4B. Windows color (decimal): -6280930 or 1976736. OLE color: 1976736.

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

Color convert

RGB1604130-
CMYK00.740.810.37
HSL5.08º68.42%37.25%-
HSV(B)5.08º81.25%62.75%-
XYZ15.529.152.18-
YUV75.33102.42188.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=69.26%
G=17.75%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160413000.740.810.375.0868.4237.25
HexA0291E04A512554425
Octal2405136011212145510445
Binary10100000101001111100100101010100011001011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0291E; }

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

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

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

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

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

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

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

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