#A22B1D

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

Shades of Brown #A22B1D

Tints of Brown #A22B1D

Color information

#A22B1D (or 0xA22B1D) is unknown color: approx Brown. HEX triplet: A2, 2B and 1D. RGB value is (162,43,29). Sum of RGB (Red+Green+Blue) = 162+43+29=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22B1D is #5DD4E2. Grayscale: #4D4D4D. Windows color (decimal): -6149347 or 1911714. OLE color: 1911714.

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

Color convert

RGB1624329-
CMYK00.730.820.36
HSL6.32º69.63%37.45%-
HSV(B)6.32º82.1%63.53%-
XYZ15.999.52.15-
YUV76.98100.92188.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 29 (11.72% from 255) = 12.39%
R=69.23%
G=18.38%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162432900.730.820.366.3269.6337.45
HexA22B1D049522464625
Octal2425335011112244610645
Binary10100010101011111010100100110100101001001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B1D; }

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

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

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

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

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

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

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

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