#A0281E

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

Shades of Brown #A0281E

Tints of Brown #A0281E

Color information

#A0281E (or 0xA0281E) is unknown color: approx Brown. HEX triplet: A0, 28 and 1E. RGB value is (160,40,30). Sum of RGB (Red+Green+Blue) = 160+40+30=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A0281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0281E is #5FD7E1. Grayscale: #4A4A4A. Windows color (decimal): -6281186 or 1976480. OLE color: 1976480.

HSL color Cylindrical-coordinate representation of color #A0281E: hue angle of 4.62º 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 #A0281E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1604030-
CMYK00.750.810.37
HSL4.62º68.42%37.25%-
HSV(B)4.62º81.25%62.75%-
XYZ15.499.082.17-
YUV74.74102.76188.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160403000.750.810.374.6268.4237.25
HexA0281E04B512554425
Octal2405036011312145510445
Binary10100000101000111100100101110100011001011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0281E; }

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

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

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

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

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

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

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

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