#ACA16A

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

Shades of Tallow #ACA16A

Tints of Tallow #ACA16A

Color information

#ACA16A (or 0xACA16A) is unknown color: approx Tallow. HEX triplet: AC, A1 and 6A. RGB value is (172,161,106). Sum of RGB (Red+Green+Blue) = 172+161+106=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA16A is #535E95. Grayscale: #9E9E9E. Windows color (decimal): -5463702 or 6988204. OLE color: 6988204.

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

Color convert

RGB172161106-
CMYK00.060.380.33
HSL50º28.45%54.51%-
HSV(B)50º38.37%67.45%-
XYZ32.3635.318.74-
YUV158.0298.64137.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=39.18%
G=36.67%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216110600.060.380.335028.4554.51
HexACA16A062621321c37
Octal254241152064641623467
Binary10101100101000011101010011010011010000111001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA16A; }

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

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

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

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

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

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

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

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