#AC9A75

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

Shades of Tallow #AC9A75

Tints of Tallow #AC9A75

Color information

#AC9A75 (or 0xAC9A75) is unknown color: approx Tallow. HEX triplet: AC, 9A and 75. RGB value is (172,154,117). Sum of RGB (Red+Green+Blue) = 172+154+117=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A75 is #53658A. Grayscale: #9B9B9B. Windows color (decimal): -5465483 or 7707308. OLE color: 7707308.

HSL color Cylindrical-coordinate representation of color #AC9A75: hue angle of 40.36º 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 #AC9A75 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB172154117-
CMYK00.100.320.33
HSL40.36º24.89%56.67%-
HSV(B)40.36º31.98%67.45%-
XYZ31.7833.1721.56-
YUV155.16106.46140.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=38.83%
G=34.76%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215411700.100.320.3340.3624.8956.67
HexAC9A750A2021281939
Octal2542321650124041503171
Binary101011001001101011101010101010000010000110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A75; }

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

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

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

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

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

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

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

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