#A0694E

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

Shades of Dark Tan #A0694E

Tints of Dark Tan #A0694E

Color information

#A0694E (or 0xA0694E) is unknown color: approx Dark Tan. HEX triplet: A0, 69 and 4E. RGB value is (160,105,78). Sum of RGB (Red+Green+Blue) = 160+105+78=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0694E is #5F96B1. Grayscale: #767676. Windows color (decimal): -6264498 or 5138848. OLE color: 5138848.

HSL color Cylindrical-coordinate representation of color #A0694E: hue angle of 19.76º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0694E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16010578-
CMYK00.340.510.37
HSL19.76º34.45%46.67%-
HSV(B)19.76º51.25%62.75%-
XYZ20.9218.139.6-
YUV118.37105.22157.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=46.65%
G=30.61%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601057800.340.510.3719.7634.4546.67
HexA0694E022332514222f
Octal2401511160426345244257
Binary1010000011010011001110010001011001110010110100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0694E; }

 p { color: rgb(160,105,78); }

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

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

 a { background-color: rgb(160,105,78); }

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

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

 span { border-color: rgb(160,105,78); }

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