#A42C22

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

Shades of Brown #A42C22

Tints of Brown #A42C22

Color information

#A42C22 (or 0xA42C22) is unknown color: approx Brown. HEX triplet: A4, 2C and 22. RGB value is (164,44,34). Sum of RGB (Red+Green+Blue) = 164+44+34=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C22 is #5BD3DD. Grayscale: #4E4E4E. Windows color (decimal): -6018014 or 2239652. OLE color: 2239652.

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

Color convert

RGB1644434-
CMYK00.730.790.36
HSL4.62º65.66%38.82%-
HSV(B)4.62º79.27%64.31%-
XYZ16.59.812.54-
YUV78.74102.76188.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.77%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 34 (13.67% from 255) = 14.05%
R=67.77%
G=18.18%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164443400.730.790.364.6265.6638.82
HexA42C220494F2454227
Octal2445442011111744510247
Binary101001001011001000100100100110011111001001011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C22; }

 p { color: rgb(164,44,34); }

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

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

 a { background-color: rgb(164,44,34); }

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

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

 span { border-color: rgb(164,44,34); }

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