#A69761

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

Shades of Tallow #A69761

Tints of Tallow #A69761

Color information

#A69761 (or 0xA69761) is unknown color: approx Tallow. HEX triplet: A6, 97 and 61. RGB value is (166,151,97). Sum of RGB (Red+Green+Blue) = 166+151+97=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69761 is #59689E. Grayscale: #959595. Windows color (decimal): -5859487 or 6395814. OLE color: 6395814.

HSL color Cylindrical-coordinate representation of color #A69761: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A69761 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16615197-
CMYK00.090.420.35
HSL46.96º27.94%51.57%-
HSV(B)46.96º41.57%65.1%-
XYZ28.9531.115.79-
YUV149.3398.47139.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=40.10%
G=36.47%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661519700.090.420.3546.9627.9451.57
HexA69761092A232f1c34
Octal2462271410115243573464
Binary101001101001011111000010100110101010001110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69761; }

 p { color: rgb(166,151,97); }

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

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

 a { background-color: rgb(166,151,97); }

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

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

 span { border-color: rgb(166,151,97); }

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