#A99963

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

Shades of Tallow #A99963

Tints of Tallow #A99963

Color information

#A99963 (or 0xA99963) is unknown color: approx Tallow. HEX triplet: A9, 99 and 63. RGB value is (169,153,99). Sum of RGB (Red+Green+Blue) = 169+153+99=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A99963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99963 is #56669C. Grayscale: #979797. Windows color (decimal): -5662365 or 6527401. OLE color: 6527401.

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

Color convert

RGB16915399-
CMYK00.090.410.34
HSL46.29º28.93%52.55%-
HSV(B)46.29º41.42%66.27%-
XYZ30.0132.1216.42-
YUV151.6398.3140.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=40.14%
G=36.34%
B=23.52%

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
Decimal1691539900.090.410.3446.2928.9352.55
HexA999630929222e1d35
Octal2512311430115142563565
Binary101010011001100111000110100110100110001010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99963; }

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

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

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

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

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

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

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

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