#A99964

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

Shades of Tallow #A99964

Tints of Tallow #A99964

Color information

#A99964 (or 0xA99964) is unknown color: approx Tallow. HEX triplet: A9, 99 and 64. RGB value is (169,153,100). Sum of RGB (Red+Green+Blue) = 169+153+100=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A99964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99964 is #56669B. Grayscale: #979797. Windows color (decimal): -5662364 or 6592937. OLE color: 6592937.

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

Color convert

RGB169153100-
CMYK00.090.410.34
HSL46.09º28.63%52.75%-
HSV(B)46.09º40.83%66.27%-
XYZ30.0532.1416.68-
YUV151.7498.8140.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=40.05%
G=36.26%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915310000.090.410.3446.0928.6352.75
HexA999640929222e1d35
Octal2512311440115142563565
Binary101010011001100111001000100110100110001010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99964; }

 p { color: rgb(169,153,100); }

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

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

 a { background-color: rgb(169,153,100); }

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

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

 span { border-color: rgb(169,153,100); }

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