#A2261A

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

Shades of Brown #A2261A

Tints of Brown #A2261A

Color information

#A2261A (or 0xA2261A) is unknown color: approx Brown. HEX triplet: A2, 26 and 1A. RGB value is (162,38,26). Sum of RGB (Red+Green+Blue) = 162+38+26=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2261A is #5DD9E5. Grayscale: #494949. Windows color (decimal): -6150630 or 1713826. OLE color: 1713826.

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

Color convert

RGB1623826-
CMYK00.770.840.36
HSL5.29º72.34%36.86%-
HSV(B)5.29º83.95%63.53%-
XYZ15.789.141.91-
YUV73.71101.08190.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.68%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=71.68%
G=16.81%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162382600.770.840.365.2972.3436.86
HexA2261A04D542454825
Octal2424632011512444511045
Binary10100010100110110100100110110101001001001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2261A; }

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

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

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

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

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

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

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

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