#A2281E

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

Shades of Brown #A2281E

Tints of Brown #A2281E

Color information

#A2281E (or 0xA2281E) is unknown color: approx Brown. HEX triplet: A2, 28 and 1E. RGB value is (162,40,30). Sum of RGB (Red+Green+Blue) = 162+40+30=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2281E is #5DD7E1. Grayscale: #4B4B4B. Windows color (decimal): -6150114 or 1976482. OLE color: 1976482.

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

Color convert

RGB1624030-
CMYK00.750.810.36
HSL4.55º68.75%37.65%-
HSV(B)4.55º81.48%63.53%-
XYZ15.899.292.18-
YUV75.34102.42189.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=69.83%
G=17.24%
B=12.93%

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
Decimal162403000.750.810.364.5568.7537.65
HexA2281E04B512454526
Octal2425036011312144510546
Binary10100010101000111100100101110100011001001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2281E; }

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

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

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

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

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

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

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

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