#A22622

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

Shades of Brown #A22622

Tints of Brown #A22622

Color information

#A22622 (or 0xA22622) is unknown color: approx Brown. HEX triplet: A2, 26 and 22. RGB value is (162,38,34). Sum of RGB (Red+Green+Blue) = 162+38+34=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A22622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22622 is #5DD9DD. Grayscale: #4A4A4A. Windows color (decimal): -6150622 or 2238114. OLE color: 2238114.

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

Color convert

RGB1623834-
CMYK00.770.790.36
HSL1.88º65.31%38.43%-
HSV(B)1.88º79.01%63.53%-
XYZ15.889.182.45-
YUV74.62105.08190.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 34 (13.67% from 255) = 14.53%
R=69.23%
G=16.24%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162383400.770.790.361.8865.3138.43
HexA2262204D4F2424126
Octal2424642011511744210146
Binary10100010100110100010010011011001111100100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22622; }

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

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

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

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

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

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

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

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