#ACA171

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

Shades of Tallow #ACA171

Tints of Tallow #ACA171

Color information

#ACA171 (or 0xACA171) is unknown color: approx Tallow. HEX triplet: AC, A1 and 71. RGB value is (172,161,113). Sum of RGB (Red+Green+Blue) = 172+161+113=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA171 is #535E8E. Grayscale: #9F9F9F. Windows color (decimal): -5463695 or 7446956. OLE color: 7446956.

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

Color convert

RGB172161113-
CMYK00.060.340.33
HSL48.81º26.22%55.88%-
HSV(B)48.81º34.3%67.45%-
XYZ32.7435.4520.74-
YUV158.82102.14137.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=38.57%
G=36.10%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216111300.060.340.3348.8126.2255.88
HexACA171062221311a38
Octal254241161064241613270
Binary10101100101000011110001011010001010000111000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA171; }

 p { color: rgb(172,161,113); }

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

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

 a { background-color: rgb(172,161,113); }

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

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

 span { border-color: rgb(172,161,113); }

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