#A22822

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

Shades of Brown #A22822

Tints of Brown #A22822

Color information

#A22822 (or 0xA22822) is unknown color: approx Brown. HEX triplet: A2, 28 and 22. RGB value is (162,40,34). Sum of RGB (Red+Green+Blue) = 162+40+34=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A22822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22822 is #5DD7DD. Grayscale: #4B4B4B. Windows color (decimal): -6150110 or 2238626. OLE color: 2238626.

HSL color Cylindrical-coordinate representation of color #A22822: hue angle of 2.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22822 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1624034-
CMYK00.750.790.36
HSL2.81º65.31%38.43%-
HSV(B)2.81º79.01%63.53%-
XYZ15.959.312.47-
YUV75.79104.42189.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 34 (13.67% from 255) = 14.41%
R=68.64%
G=16.95%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162403400.750.790.362.8165.3138.43
HexA2282204B4F2434126
Octal2425042011311744310146
Binary10100010101000100010010010111001111100100111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22822; }

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

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

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

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

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

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

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

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