#ACA070

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

Shades of Tallow #ACA070

Tints of Tallow #ACA070

Color information

#ACA070 (or 0xACA070) is unknown color: approx Tallow. HEX triplet: AC, A0 and 70. RGB value is (172,160,112). Sum of RGB (Red+Green+Blue) = 172+160+112=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA070 is #535F8F. Grayscale: #9E9E9E. Windows color (decimal): -5463952 or 7381164. OLE color: 7381164.

HSL color Cylindrical-coordinate representation of color #ACA070: hue angle of 48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACA070 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172160112-
CMYK00.070.350.33
HSL48º26.55%55.69%-
HSV(B)48º34.88%67.45%-
XYZ32.5135.0820.39-
YUV158.12101.98137.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=38.74%
G=36.04%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216011200.070.350.334826.5555.69
HexACA070072321301b38
Octal254240160074341603370
Binary10101100101000001110000011110001110000111000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA070; }

 p { color: rgb(172,160,112); }

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

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

 a { background-color: rgb(172,160,112); }

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

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

 span { border-color: rgb(172,160,112); }

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