#A69A6F

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

Shades of Tallow #A69A6F

Tints of Tallow #A69A6F

Color information

#A69A6F (or 0xA69A6F) is unknown color: approx Tallow. HEX triplet: A6, 9A and 6F. RGB value is (166,154,111). Sum of RGB (Red+Green+Blue) = 166+154+111=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A6F is #596590. Grayscale: #989898. Windows color (decimal): -5858705 or 7314086. OLE color: 7314086.

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

Color convert

RGB166154111-
CMYK00.070.330.35
HSL46.91º23.61%54.31%-
HSV(B)46.91º33.13%65.1%-
XYZ30.1532.3719.7-
YUV152.69104.48137.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=38.52%
G=35.73%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615411100.070.330.3546.9123.6154.31
HexA69A6F0721232f1836
Octal246232157074143573066
Binary10100110100110101101111011110000110001110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A6F; }

 p { color: rgb(166,154,111); }

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

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

 a { background-color: rgb(166,154,111); }

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

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

 span { border-color: rgb(166,154,111); }

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