#A69C69

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

Shades of Tallow #A69C69

Tints of Tallow #A69C69

Color information

#A69C69 (or 0xA69C69) is unknown color: approx Tallow. HEX triplet: A6, 9C and 69. RGB value is (166,156,105). Sum of RGB (Red+Green+Blue) = 166+156+105=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C69 is #596396. Grayscale: #999999. Windows color (decimal): -5858199 or 6921382. OLE color: 6921382.

HSL color Cylindrical-coordinate representation of color #A69C69: hue angle of 50.16º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69C69 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166156105-
CMYK00.060.370.35
HSL50.16º25.52%53.14%-
HSV(B)50.16º36.75%65.1%-
XYZ30.1632.918.13-
YUV153.18100.81137.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=38.88%
G=36.53%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615610500.060.370.3550.1625.5253.14
HexA69C69062523321a35
Octal246234151064543623265
Binary10100110100111001101001011010010110001111001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C69; }

 p { color: rgb(166,156,105); }

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

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

 a { background-color: rgb(166,156,105); }

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

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

 span { border-color: rgb(166,156,105); }

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