#A22C2A

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

Shades of Brown #A22C2A

Tints of Brown #A22C2A

Color information

#A22C2A (or 0xA22C2A) is unknown color: approx Brown. HEX triplet: A2, 2C and 2A. RGB value is (162,44,42). Sum of RGB (Red+Green+Blue) = 162+44+42=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C2A is #5DD3D5. Grayscale: #4F4F4F. Windows color (decimal): -6149078 or 2763938. OLE color: 2763938.

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

Color convert

RGB1624442-
CMYK00.730.740.36
HSL58.82%40%-
HSV(B)74.07%63.53%-
XYZ16.229.653.2-
YUV79.05107.09187.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=65.32%
G=17.74%
B=16.94%

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
Decimal162444200.730.740.36158.8240
HexA22C2A0494A2413b28
Octal242545201111124417350
Binary101000101011001010100100100110010101001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C2A; }

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

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

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

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

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

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

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

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