#A8A068

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

Shades of Tallow #A8A068

Tints of Tallow #A8A068

Color information

#A8A068 (or 0xA8A068) is unknown color: approx Tallow. HEX triplet: A8, A0 and 68. RGB value is (168,160,104). Sum of RGB (Red+Green+Blue) = 168+160+104=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A068 is #575F97. Grayscale: #9C9C9C. Windows color (decimal): -5726104 or 6856872. OLE color: 6856872.

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

Color convert

RGB168160104-
CMYK00.050.380.34
HSL52.5º26.89%53.33%-
HSV(B)52.5º38.1%65.88%-
XYZ31.2234.4718.1-
YUV156.0198.65136.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=38.89%
G=37.04%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816010400.050.380.3452.526.8953.33
HexA8A068052622341b35
Octal250240150054642643365
Binary10101000101000001101000010110011010001011010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A068; }

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

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

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

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

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

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

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

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