#A9966B

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

Shades of Tallow #A9966B

Tints of Tallow #A9966B

Color information

#A9966B (or 0xA9966B) is unknown color: approx Tallow. HEX triplet: A9, 96 and 6B. RGB value is (169,150,107). Sum of RGB (Red+Green+Blue) = 169+150+107=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9966B is #566994. Grayscale: #969696. Windows color (decimal): -5663125 or 7050921. OLE color: 7050921.

HSL color Cylindrical-coordinate representation of color #A9966B: hue angle of 41.61º degrees, saturation: 0.26, 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 #A9966B is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169150107-
CMYK00.110.370.34
HSL41.61º26.5%54.12%-
HSV(B)41.61º36.69%66.27%-
XYZ29.9231.3118.38-
YUV150.78103.29141-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=39.67%
G=35.21%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915010700.110.370.3441.6126.554.12
HexA9966B0B25222a1a36
Octal2512261530134542523266
Binary101010011001011011010110101110010110001010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9966B; }

 p { color: rgb(169,150,107); }

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

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

 a { background-color: rgb(169,150,107); }

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

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

 span { border-color: rgb(169,150,107); }

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