#A69D6D

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

Shades of Tallow #A69D6D

Tints of Tallow #A69D6D

Color information

#A69D6D (or 0xA69D6D) is unknown color: approx Tallow. HEX triplet: A6, 9D and 6D. RGB value is (166,157,109). Sum of RGB (Red+Green+Blue) = 166+157+109=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D6D is #596292. Grayscale: #9A9A9A. Windows color (decimal): -5857939 or 7183782. OLE color: 7183782.

HSL color Cylindrical-coordinate representation of color #A69D6D: hue angle of 50.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69D6D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166157109-
CMYK00.050.340.35
HSL50.53º24.26%53.92%-
HSV(B)50.53º34.34%65.1%-
XYZ30.5433.3319.29-
YUV154.22102.48136.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=38.43%
G=36.34%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615710900.050.340.3550.5324.2653.92
HexA69D6D052223331836
Octal246235155054243633066
Binary10100110100111011101101010110001010001111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D6D; }

 p { color: rgb(166,157,109); }

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

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

 a { background-color: rgb(166,157,109); }

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

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

 span { border-color: rgb(166,157,109); }

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