#A99D6A

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

Shades of Tallow #A99D6A

Tints of Tallow #A99D6A

Color information

#A99D6A (or 0xA99D6A) is unknown color: approx Tallow. HEX triplet: A9, 9D and 6A. RGB value is (169,157,106). Sum of RGB (Red+Green+Blue) = 169+157+106=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D6A is #566295. Grayscale: #9A9A9A. Windows color (decimal): -5661334 or 6987177. OLE color: 6987177.

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

Color convert

RGB169157106-
CMYK00.070.370.34
HSL48.57º26.81%53.92%-
HSV(B)48.57º37.28%66.27%-
XYZ31.0233.5918.48-
YUV154.77100.48138.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=39.12%
G=36.34%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915710600.070.370.3448.5726.8153.92
HexA99D6A072522311b36
Octal251235152074542613366
Binary10101001100111011101010011110010110001011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D6A; }

 p { color: rgb(169,157,106); }

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

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

 a { background-color: rgb(169,157,106); }

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

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

 span { border-color: rgb(169,157,106); }

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