#A69A75

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

Shades of Tallow #A69A75

Tints of Tallow #A69A75

Color information

#A69A75 (or 0xA69A75) is unknown color: approx Tallow. HEX triplet: A6, 9A and 75. RGB value is (166,154,117). Sum of RGB (Red+Green+Blue) = 166+154+117=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A75 is #59658A. Grayscale: #999999. Windows color (decimal): -5858699 or 7707302. OLE color: 7707302.

HSL color Cylindrical-coordinate representation of color #A69A75: hue angle of 45.31º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69A75 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166154117-
CMYK00.070.300.35
HSL45.31º21.59%55.49%-
HSV(B)45.31º29.52%65.1%-
XYZ30.4932.521.5-
YUV153.37107.48137.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=37.99%
G=35.24%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615411700.070.300.3545.3121.5955.49
HexA69A75071E232d1637
Octal246232165073643552667
Binary1010011010011010111010101111111010001110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A75; }

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

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

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

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

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

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

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

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