#A22B15

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

Shades of Brown #A22B15

Tints of Brown #A22B15

Color information

#A22B15 (or 0xA22B15) is unknown color: approx Brown. HEX triplet: A2, 2B and 15. RGB value is (162,43,21). Sum of RGB (Red+Green+Blue) = 162+43+21=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B15 is #5DD4EA. Grayscale: #4C4C4C. Windows color (decimal): -6149355 or 1387426. OLE color: 1387426.

HSL color Cylindrical-coordinate representation of color #A22B15: hue angle of 9.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A22B15 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1624321-
CMYK00.730.870.36
HSL9.36º77.05%35.88%-
HSV(B)9.36º87.04%63.53%-
XYZ15.99.461.7-
YUV76.0796.92189.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.68%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=71.68%
G=19.03%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162432100.730.870.369.3677.0535.88
HexA22B15049572494d24
Octal24253250111127441111544
Binary101000101010111010101001001101011110010010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B15; }

 p { color: rgb(162,43,21); }

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

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

 a { background-color: rgb(162,43,21); }

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

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

 span { border-color: rgb(162,43,21); }

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