#AC9A6D

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

Shades of Tallow #AC9A6D

Tints of Tallow #AC9A6D

Color information

#AC9A6D (or 0xAC9A6D) is unknown color: approx Tallow. HEX triplet: AC, 9A and 6D. RGB value is (172,154,109). Sum of RGB (Red+Green+Blue) = 172+154+109=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A6D is #536592. Grayscale: #9A9A9A. Windows color (decimal): -5465491 or 7183020. OLE color: 7183020.

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

Color convert

RGB172154109-
CMYK00.100.370.33
HSL42.86º27.51%55.1%-
HSV(B)42.86º36.63%67.45%-
XYZ31.3332.9919.18-
YUV154.25102.46140.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=39.54%
G=35.40%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215410900.100.370.3342.8627.5155.1
HexAC9A6D0A25212b1c37
Octal2542321550124541533467
Binary101011001001101011011010101010010110000110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A6D; }

 p { color: rgb(172,154,109); }

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

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

 a { background-color: rgb(172,154,109); }

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

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

 span { border-color: rgb(172,154,109); }

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