#A2271F

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

Shades of Brown #A2271F

Tints of Brown #A2271F

Color information

#A2271F (or 0xA2271F) is unknown color: approx Brown. HEX triplet: A2, 27 and 1F. RGB value is (162,39,31). Sum of RGB (Red+Green+Blue) = 162+39+31=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2271F is #5DD8E0. Grayscale: #4B4B4B. Windows color (decimal): -6150369 or 2041762. OLE color: 2041762.

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

Color convert

RGB1623931-
CMYK00.760.810.36
HSL3.66º67.88%37.84%-
HSV(B)3.66º80.86%63.53%-
XYZ15.879.232.24-
YUV74.86103.25190.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=69.83%
G=16.81%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162393100.760.810.363.6667.8837.84
HexA2271F04C512444426
Octal2424737011412144410446
Binary10100010100111111110100110010100011001001001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2271F; }

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

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

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

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

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

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

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

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