#ACA068

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

Shades of Tallow #ACA068

Tints of Tallow #ACA068

Color information

#ACA068 (or 0xACA068) is unknown color: approx Tallow. HEX triplet: AC, A0 and 68. RGB value is (172,160,104). Sum of RGB (Red+Green+Blue) = 172+160+104=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA068 is #535F97. Grayscale: #9D9D9D. Windows color (decimal): -5463960 or 6856876. OLE color: 6856876.

HSL color Cylindrical-coordinate representation of color #ACA068: hue angle of 49.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACA068 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172160104-
CMYK00.070.400.33
HSL49.41º29.06%54.12%-
HSV(B)49.41º39.53%67.45%-
XYZ32.0834.9118.14-
YUV157.297.98138.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=39.45%
G=36.70%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216010400.070.400.3349.4129.0654.12
HexACA068072821311d36
Octal254240150075041613566
Binary10101100101000001101000011110100010000111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA068; }

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

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

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

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

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

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

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

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