#A69D75

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

Shades of Tallow #A69D75

Tints of Tallow #A69D75

Color information

#A69D75 (or 0xA69D75) is unknown color: approx Tallow. HEX triplet: A6, 9D and 75. RGB value is (166,157,117). Sum of RGB (Red+Green+Blue) = 166+157+117=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D75 is #59628A. Grayscale: #9B9B9B. Windows color (decimal): -5857931 or 7708070. OLE color: 7708070.

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

Color convert

RGB166157117-
CMYK00.050.300.35
HSL48.98º21.59%55.49%-
HSV(B)48.98º29.52%65.1%-
XYZ30.9933.5121.66-
YUV155.13106.48135.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=37.73%
G=35.68%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615711700.050.300.3548.9821.5955.49
HexA69D75051E23311637
Octal246235165053643612667
Binary1010011010011101111010101011111010001111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D75; }

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

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

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

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

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

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

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

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