#A9976B

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

Shades of Tallow #A9976B

Tints of Tallow #A9976B

Color information

#A9976B (or 0xA9976B) is unknown color: approx Tallow. HEX triplet: A9, 97 and 6B. RGB value is (169,151,107). Sum of RGB (Red+Green+Blue) = 169+151+107=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9976B is #566894. Grayscale: #979797. Windows color (decimal): -5662869 or 7051177. OLE color: 7051177.

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

Color convert

RGB169151107-
CMYK00.110.370.34
HSL42.58º26.5%54.12%-
HSV(B)42.58º36.69%66.27%-
XYZ30.0831.6318.43-
YUV151.37102.96140.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=39.58%
G=35.36%
B=25.06%

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
Decimal16915110700.110.370.3442.5826.554.12
HexA9976B0B25222b1a36
Octal2512271530134542533266
Binary101010011001011111010110101110010110001010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9976B; }

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

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

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

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

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

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

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

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