#A2271A

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

Shades of Brown #A2271A

Tints of Brown #A2271A

Color information

#A2271A (or 0xA2271A) is unknown color: approx Brown. HEX triplet: A2, 27 and 1A. RGB value is (162,39,26). Sum of RGB (Red+Green+Blue) = 162+39+26=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2271A is #5DD8E5. Grayscale: #4A4A4A. Windows color (decimal): -6150374 or 1714082. OLE color: 1714082.

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

Color convert

RGB1623926-
CMYK00.760.840.36
HSL5.74º72.34%36.86%-
HSV(B)5.74º83.95%63.53%-
XYZ15.819.211.92-
YUV74.29100.75190.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.37%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=71.37%
G=17.18%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162392600.760.840.365.7472.3436.86
HexA2271A04C542464825
Octal2424732011412444611045
Binary10100010100111110100100110010101001001001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2271A; }

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

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

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

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

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

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

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

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