#A89668

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

Shades of Tallow #A89668

Tints of Tallow #A89668

Color information

#A89668 (or 0xA89668) is unknown color: approx Tallow. HEX triplet: A8, 96 and 68. RGB value is (168,150,104). Sum of RGB (Red+Green+Blue) = 168+150+104=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A89668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89668 is #576997. Grayscale: #969696. Windows color (decimal): -5728664 or 6854312. OLE color: 6854312.

HSL color Cylindrical-coordinate representation of color #A89668: hue angle of 43.13º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89668 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168150104-
CMYK00.110.380.34
HSL43.13º26.89%53.33%-
HSV(B)43.13º38.1%65.88%-
XYZ29.5531.1417.55-
YUV150.14101.96140.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=39.81%
G=35.55%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815010400.110.380.3443.1326.8953.33
HexA896680B26222b1b35
Octal2502261500134642533365
Binary101010001001011011010000101110011010001010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89668; }

 p { color: rgb(168,150,104); }

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

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

 a { background-color: rgb(168,150,104); }

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

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

 span { border-color: rgb(168,150,104); }

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