#A22B2A

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

Shades of Brown #A22B2A

Tints of Brown #A22B2A

Color information

#A22B2A (or 0xA22B2A) is unknown color: approx Brown. HEX triplet: A2, 2B and 2A. RGB value is (162,43,42). Sum of RGB (Red+Green+Blue) = 162+43+42=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B2A is #5DD4D5. Grayscale: #4E4E4E. Windows color (decimal): -6149334 or 2763682. OLE color: 2763682.

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

Color convert

RGB1624342-
CMYK00.730.740.36
HSL0.5º58.82%40%-
HSV(B)0.5º74.07%63.53%-
XYZ16.189.583.19-
YUV78.47107.42187.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.59%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=65.59%
G=17.41%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162434200.730.740.360.558.8240
HexA22B2A0494A2413b28
Octal242535201111124417350
Binary101000101010111010100100100110010101001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B2A; }

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

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

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

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

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

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

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

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