#A69A70

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

Shades of Tallow #A69A70

Tints of Tallow #A69A70

Color information

#A69A70 (or 0xA69A70) is unknown color: approx Tallow. HEX triplet: A6, 9A and 70. RGB value is (166,154,112). Sum of RGB (Red+Green+Blue) = 166+154+112=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A70 is #59658F. Grayscale: #989898. Windows color (decimal): -5858704 or 7379622. OLE color: 7379622.

HSL color Cylindrical-coordinate representation of color #A69A70: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69A70 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166154112-
CMYK00.070.330.35
HSL46.67º23.28%54.51%-
HSV(B)46.67º32.53%65.1%-
XYZ30.2132.3919.99-
YUV152.8104.98137.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=38.43%
G=35.65%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615411200.070.330.3546.6723.2854.51
HexA69A700721232f1737
Octal246232160074143572767
Binary10100110100110101110000011110000110001110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A70; }

 p { color: rgb(166,154,112); }

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

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

 a { background-color: rgb(166,154,112); }

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

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

 span { border-color: rgb(166,154,112); }

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