#A89672

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

Shades of Tallow #A89672

Tints of Tallow #A89672

Color information

#A89672 (or 0xA89672) is unknown color: approx Tallow. HEX triplet: A8, 96 and 72. RGB value is (168,150,114). Sum of RGB (Red+Green+Blue) = 168+150+114=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A89672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89672 is #57698D. Grayscale: #979797. Windows color (decimal): -5728654 or 7509672. OLE color: 7509672.

HSL color Cylindrical-coordinate representation of color #A89672: hue angle of 40º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89672 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168150114-
CMYK00.110.320.34
HSL40º23.68%55.29%-
HSV(B)40º32.14%65.88%-
XYZ30.0931.3520.39-
YUV151.28106.96139.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=38.89%
G=34.72%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815011400.110.320.344023.6855.29
HexA896720B2022281837
Octal2502261620134042503067
Binary101010001001011011100100101110000010001010100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89672; }

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

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

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

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

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

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

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

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