#ACA06C

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

Shades of Tallow #ACA06C

Tints of Tallow #ACA06C

Color information

#ACA06C (or 0xACA06C) is unknown color: approx Tallow. HEX triplet: AC, A0 and 6C. RGB value is (172,160,108). Sum of RGB (Red+Green+Blue) = 172+160+108=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA06C is #535F93. Grayscale: #9D9D9D. Windows color (decimal): -5463956 or 7119020. OLE color: 7119020.

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

Color convert

RGB172160108-
CMYK00.070.370.33
HSL48.75º27.83%54.9%-
HSV(B)48.75º37.21%67.45%-
XYZ32.2934.9919.24-
YUV157.6699.98138.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=39.09%
G=36.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216010800.070.370.3348.7527.8354.9
HexACA06C072521311c37
Octal254240154074541613467
Binary10101100101000001101100011110010110000111000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA06C; }

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

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

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

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

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

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

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

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