#A69B75

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

Shades of Tallow #A69B75

Tints of Tallow #A69B75

Color information

#A69B75 (or 0xA69B75) is unknown color: approx Tallow. HEX triplet: A6, 9B and 75. RGB value is (166,155,117). Sum of RGB (Red+Green+Blue) = 166+155+117=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B75 is #59648A. Grayscale: #9A9A9A. Windows color (decimal): -5858443 or 7707558. OLE color: 7707558.

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

Color convert

RGB166155117-
CMYK00.070.300.35
HSL46.53º21.59%55.49%-
HSV(B)46.53º29.52%65.1%-
XYZ30.6632.8321.55-
YUV153.96107.14136.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=37.90%
G=35.39%
B=26.71%

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
Decimal16615511700.070.300.3546.5321.5955.49
HexA69B75071E232f1637
Octal246233165073643572667
Binary1010011010011011111010101111111010001110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B75; }

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

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

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

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

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

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

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

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