#A2281F

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

Shades of Brown #A2281F

Tints of Brown #A2281F

Color information

#A2281F (or 0xA2281F) is unknown color: approx Brown. HEX triplet: A2, 28 and 1F. RGB value is (162,40,31). Sum of RGB (Red+Green+Blue) = 162+40+31=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A2281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2281F is #5DD7E0. Grayscale: #4B4B4B. Windows color (decimal): -6150113 or 2042018. OLE color: 2042018.

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

Color convert

RGB1624031-
CMYK00.750.810.36
HSL4.12º67.88%37.84%-
HSV(B)4.12º80.86%63.53%-
XYZ15.919.32.25-
YUV75.45102.92189.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=69.53%
G=17.17%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162403100.750.810.364.1267.8837.84
HexA2281F04B512444426
Octal2425037011312144410446
Binary10100010101000111110100101110100011001001001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2281F; }

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

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

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

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

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

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

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

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