#A63222

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

Shades of Brown #A63222

Tints of Brown #A63222

Color information

#A63222 (or 0xA63222) is unknown color: approx Brown. HEX triplet: A6, 32 and 22. RGB value is (166,50,34). Sum of RGB (Red+Green+Blue) = 166+50+34=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A63222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63222 is #59CDDD. Grayscale: #535353. Windows color (decimal): -5885406 or 2241190. OLE color: 2241190.

HSL color Cylindrical-coordinate representation of color #A63222: hue angle of 7.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A63222 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1665034-
CMYK00.700.800.35
HSL7.27º66%39.22%-
HSV(B)7.27º79.52%65.1%-
XYZ17.1610.52.64-
YUV82.86100.43187.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=66.4%
G=20%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166503400.700.800.357.276639.22
HexA63222046502374227
Octal2466242010612043710247
Binary101001101100101000100100011010100001000111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63222; }

 p { color: rgb(166,50,34); }

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

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

 a { background-color: rgb(166,50,34); }

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

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

 span { border-color: rgb(166,50,34); }

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