#A63016

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

Shades of Brown #A63016

Tints of Brown #A63016

Color information

#A63016 (or 0xA63016) is unknown color: approx Brown. HEX triplet: A6, 30 and 16. RGB value is (166,48,22). Sum of RGB (Red+Green+Blue) = 166+48+22=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63016 is #59CFE9. Grayscale: #505050. Windows color (decimal): -5885930 or 1454246. OLE color: 1454246.

HSL color Cylindrical-coordinate representation of color #A63016: hue angle of 10.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63016 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1664822-
CMYK00.710.870.35
HSL10.83º76.6%36.86%-
HSV(B)10.83º86.75%65.1%-
XYZ16.9310.281.85-
YUV80.3295.09189.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.34%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=70.34%
G=20.34%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166482200.710.870.3510.8376.636.86
HexA630160475723b4d25
Octal24660260107127431311545
Binary101001101100001011001000111101011110001110111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63016; }

 p { color: rgb(166,48,22); }

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

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

 a { background-color: rgb(166,48,22); }

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

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

 span { border-color: rgb(166,48,22); }

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