#A0694D

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

Shades of Dark Tan #A0694D

Tints of Dark Tan #A0694D

Color information

#A0694D (or 0xA0694D) is unknown color: approx Dark Tan. HEX triplet: A0, 69 and 4D. RGB value is (160,105,77). Sum of RGB (Red+Green+Blue) = 160+105+77=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0694D is #5F96B2. Grayscale: #767676. Windows color (decimal): -6264499 or 5073312. OLE color: 5073312.

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

Color convert

RGB16010577-
CMYK00.340.520.37
HSL20.24º35.02%46.47%-
HSV(B)20.24º51.88%62.75%-
XYZ20.8918.119.42-
YUV118.25104.72157.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=46.78%
G=30.70%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601057700.340.520.3720.2435.0246.47
HexA0694D022342514232e
Octal2401511150426445244356
Binary1010000011010011001101010001011010010010110100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0694D; }

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

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

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

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

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

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

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

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