#A69A69

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

Shades of Tallow #A69A69

Tints of Tallow #A69A69

Color information

#A69A69 (or 0xA69A69) is unknown color: approx Tallow. HEX triplet: A6, 9A and 69. RGB value is (166,154,105). Sum of RGB (Red+Green+Blue) = 166+154+105=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A69 is #596596. Grayscale: #989898. Windows color (decimal): -5858711 or 6920870. OLE color: 6920870.

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

Color convert

RGB166154105-
CMYK00.070.370.35
HSL48.2º25.52%53.14%-
HSV(B)48.2º36.75%65.1%-
XYZ29.8332.2418.01-
YUV152101.48137.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=39.06%
G=36.24%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615410500.070.370.3548.225.5253.14
HexA69A69072523301a35
Octal246232151074543603265
Binary10100110100110101101001011110010110001111000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A69; }

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

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

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

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

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

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

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

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