#A8A16D

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

Shades of Tallow #A8A16D

Tints of Tallow #A8A16D

Color information

#A8A16D (or 0xA8A16D) is unknown color: approx Tallow. HEX triplet: A8, A1 and 6D. RGB value is (168,161,109). Sum of RGB (Red+Green+Blue) = 168+161+109=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A16D is #575E92. Grayscale: #9D9D9D. Windows color (decimal): -5725843 or 7184808. OLE color: 7184808.

HSL color Cylindrical-coordinate representation of color #A8A16D: hue angle of 52.88º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A16D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB168161109-
CMYK00.040.350.34
HSL52.88º25.32%54.31%-
HSV(B)52.88º35.12%65.88%-
XYZ31.6534.9219.54-
YUV157.16100.82135.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=38.36%
G=36.76%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816110900.040.350.3452.8825.3254.31
HexA8A16D042322351936
Octal250241155044342653166
Binary10101000101000011101101010010001110001011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A16D; }

 p { color: rgb(168,161,109); }

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

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

 a { background-color: rgb(168,161,109); }

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

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

 span { border-color: rgb(168,161,109); }

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