#AC9975

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

Shades of Tallow #AC9975

Tints of Tallow #AC9975

Color information

#AC9975 (or 0xAC9975) is unknown color: approx Tallow. HEX triplet: AC, 99 and 75. RGB value is (172,153,117). Sum of RGB (Red+Green+Blue) = 172+153+117=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9975 is #53668A. Grayscale: #9A9A9A. Windows color (decimal): -5465739 or 7707052. OLE color: 7707052.

HSL color Cylindrical-coordinate representation of color #AC9975: hue angle of 39.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9975 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172153117-
CMYK00.110.320.33
HSL39.27º24.89%56.67%-
HSV(B)39.27º31.98%67.45%-
XYZ31.6232.8421.5-
YUV154.58106.79140.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=38.91%
G=34.62%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215311700.110.320.3339.2724.8956.67
HexAC99750B2021271939
Octal2542311650134041473171
Binary101011001001100111101010101110000010000110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9975; }

 p { color: rgb(172,153,117); }

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

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

 a { background-color: rgb(172,153,117); }

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

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

 span { border-color: rgb(172,153,117); }

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