#AC9D7B

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

Shades of Tallow #AC9D7B

Tints of Tallow #AC9D7B

Color information

#AC9D7B (or 0xAC9D7B) is unknown color: approx Tallow. HEX triplet: AC, 9D and 7B. RGB value is (172,157,123). Sum of RGB (Red+Green+Blue) = 172+157+123=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D7B is #536284. Grayscale: #9D9D9D. Windows color (decimal): -5464709 or 8101292. OLE color: 8101292.

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

Color convert

RGB172157123-
CMYK00.090.280.33
HSL41.63º22.79%57.84%-
HSV(B)41.63º28.49%67.45%-
XYZ32.6534.3123.64-
YUV157.61108.47138.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=38.05%
G=34.73%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215712300.090.280.3341.6322.7957.84
HexAC9D7B091C212a173a
Octal2542351730113441522772
Binary10101100100111011111011010011110010000110101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D7B; }

 p { color: rgb(172,157,123); }

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

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

 a { background-color: rgb(172,157,123); }

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

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

 span { border-color: rgb(172,157,123); }

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