#A16748

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

Shades of Dark Tan #A16748

Tints of Dark Tan #A16748

Color information

#A16748 (or 0xA16748) is unknown color: approx Dark Tan. HEX triplet: A1, 67 and 48. RGB value is (161,103,72). Sum of RGB (Red+Green+Blue) = 161+103+72=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16748 is #5E98B7. Grayscale: #747474. Windows color (decimal): -6199480 or 4745121. OLE color: 4745121.

HSL color Cylindrical-coordinate representation of color #A16748: hue angle of 20.9º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16748 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16110372-
CMYK00.360.550.37
HSL20.9º38.2%45.69%-
HSV(B)20.9º55.28%63.14%-
XYZ20.7217.758.46-
YUV116.81102.72159.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=47.92%
G=30.65%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611037200.360.550.3720.938.245.69
HexA16748024372515262e
Octal2411471100446745254656
Binary1010000111001111001000010010011011110010110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16748; }

 p { color: rgb(161,103,72); }

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

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

 a { background-color: rgb(161,103,72); }

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

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

 span { border-color: rgb(161,103,72); }

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