#A69C7A

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

Shades of Tallow #A69C7A

Tints of Tallow #A69C7A

Color information

#A69C7A (or 0xA69C7A) is unknown color: approx Tallow. HEX triplet: A6, 9C and 7A. RGB value is (166,156,122). Sum of RGB (Red+Green+Blue) = 166+156+122=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C7A is #596385. Grayscale: #9B9B9B. Windows color (decimal): -5858182 or 8035494. OLE color: 8035494.

HSL color Cylindrical-coordinate representation of color #A69C7A: hue angle of 46.36º 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 #A69C7A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166156122-
CMYK00.060.270.35
HSL46.36º19.82%56.47%-
HSV(B)46.36º26.51%65.1%-
XYZ31.1333.2923.2-
YUV155.11109.31135.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 122 (48.05% from 255) = 27.48%
R=37.39%
G=35.14%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615612200.060.270.3546.3619.8256.47
HexA69C7A061B232e1438
Octal246234172063343562470
Binary1010011010011100111101001101101110001110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C7A; }

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

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

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

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

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

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

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

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