#ACA06F

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

Shades of Tallow #ACA06F

Tints of Tallow #ACA06F

Color information

#ACA06F (or 0xACA06F) is unknown color: approx Tallow. HEX triplet: AC, A0 and 6F. RGB value is (172,160,111). Sum of RGB (Red+Green+Blue) = 172+160+111=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA06F is #535F90. Grayscale: #9E9E9E. Windows color (decimal): -5463953 or 7315628. OLE color: 7315628.

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

Color convert

RGB172160111-
CMYK00.070.350.33
HSL48.2º26.87%55.49%-
HSV(B)48.2º35.47%67.45%-
XYZ32.4535.0620.1-
YUV158101.48137.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=38.83%
G=36.12%
B=25.06%

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
Decimal17216011100.070.350.3348.226.8755.49
HexACA06F072321301b37
Octal254240157074341603367
Binary10101100101000001101111011110001110000111000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA06F; }

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

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

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

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

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

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

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

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