#AC986A

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

Shades of Tallow #AC986A

Tints of Tallow #AC986A

Color information

#AC986A (or 0xAC986A) is unknown color: approx Tallow. HEX triplet: AC, 98 and 6A. RGB value is (172,152,106). Sum of RGB (Red+Green+Blue) = 172+152+106=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC986A is #536795. Grayscale: #989898. Windows color (decimal): -5466006 or 6985900. OLE color: 6985900.

HSL color Cylindrical-coordinate representation of color #AC986A: hue angle of 41.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC986A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172152106-
CMYK00.120.380.33
HSL41.82º28.45%54.51%-
HSV(B)41.82º38.37%67.45%-
XYZ30.8432.2718.24-
YUV152.74101.63141.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=40%
G=35.35%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215210600.120.380.3341.8228.4554.51
HexAC986A0C26212a1c37
Octal2542301520144641523467
Binary101011001001100011010100110010011010000110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC986A; }

 p { color: rgb(172,152,106); }

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

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

 a { background-color: rgb(172,152,106); }

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

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

 span { border-color: rgb(172,152,106); }

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