#A69B7A

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

Shades of Tallow #A69B7A

Tints of Tallow #A69B7A

Color information

#A69B7A (or 0xA69B7A) is unknown color: approx Tallow. HEX triplet: A6, 9B and 7A. RGB value is (166,155,122). Sum of RGB (Red+Green+Blue) = 166+155+122=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B7A is #596485. Grayscale: #9A9A9A. Windows color (decimal): -5858438 or 8035238. OLE color: 8035238.

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

Color convert

RGB166155122-
CMYK00.070.270.35
HSL45º19.82%56.47%-
HSV(B)45º26.51%65.1%-
XYZ30.9632.9523.14-
YUV154.53109.64136.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=37.47%
G=34.99%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615512200.070.270.354519.8256.47
HexA69B7A071B232d1438
Octal246233172073343552470
Binary1010011010011011111101001111101110001110110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B7A; }

 p { color: rgb(166,155,122); }

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

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

 a { background-color: rgb(166,155,122); }

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

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

 span { border-color: rgb(166,155,122); }

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