#A69B69

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

Shades of Tallow #A69B69

Tints of Tallow #A69B69

Color information

#A69B69 (or 0xA69B69) is unknown color: approx Tallow. HEX triplet: A6, 9B and 69. RGB value is (166,155,105). Sum of RGB (Red+Green+Blue) = 166+155+105=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B69 is #596496. Grayscale: #989898. Windows color (decimal): -5858455 or 6921126. OLE color: 6921126.

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

Color convert

RGB166155105-
CMYK00.070.370.35
HSL49.18º25.52%53.14%-
HSV(B)49.18º36.75%65.1%-
XYZ3032.5718.07-
YUV152.59101.14137.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=38.97%
G=36.38%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615510500.070.370.3549.1825.5253.14
HexA69B69072523311a35
Octal246233151074543613265
Binary10100110100110111101001011110010110001111000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B69; }

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

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

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

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

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

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

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

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