#A0271A

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

Shades of Brown #A0271A

Tints of Brown #A0271A

Color information

#A0271A (or 0xA0271A) is unknown color: approx Brown. HEX triplet: A0, 27 and 1A. RGB value is (160,39,26). Sum of RGB (Red+Green+Blue) = 160+39+26=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0271A is #5FD8E5. Grayscale: #494949. Windows color (decimal): -6281446 or 1714080. OLE color: 1714080.

HSL color Cylindrical-coordinate representation of color #A0271A: hue angle of 5.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0271A is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1603926-
CMYK00.760.840.37
HSL5.82º72.04%36.47%-
HSV(B)5.82º83.75%62.75%-
XYZ15.4191.9-
YUV73.7101.09189.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=71.11%
G=17.33%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160392600.760.840.375.8272.0436.47
HexA0271A04C542564824
Octal2404732011412445611044
Binary10100000100111110100100110010101001001011101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0271A; }

 p { color: rgb(160,39,26); }

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

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

 a { background-color: rgb(160,39,26); }

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

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

 span { border-color: rgb(160,39,26); }

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