#A69672

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

Shades of Tallow #A69672

Tints of Tallow #A69672

Color information

#A69672 (or 0xA69672) is unknown color: approx Tallow. HEX triplet: A6, 96 and 72. RGB value is (166,150,114). Sum of RGB (Red+Green+Blue) = 166+150+114=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69672 is #59698D. Grayscale: #969696. Windows color (decimal): -5859726 or 7509670. OLE color: 7509670.

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

Color convert

RGB166150114-
CMYK00.100.310.35
HSL41.54º22.61%54.9%-
HSV(B)41.54º31.33%65.1%-
XYZ29.6731.1320.37-
YUV150.68107.3138.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=38.60%
G=34.88%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615011400.100.310.3541.5422.6154.9
HexA696720A1F232a1737
Octal2462261620123743522767
Binary10100110100101101110010010101111110001110101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69672; }

 p { color: rgb(166,150,114); }

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

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

 a { background-color: rgb(166,150,114); }

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

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

 span { border-color: rgb(166,150,114); }

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