#ACA26D

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

Shades of Tallow #ACA26D

Tints of Tallow #ACA26D

Color information

#ACA26D (or 0xACA26D) is unknown color: approx Tallow. HEX triplet: AC, A2 and 6D. RGB value is (172,162,109). Sum of RGB (Red+Green+Blue) = 172+162+109=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA26D is #535D92. Grayscale: #9F9F9F. Windows color (decimal): -5463443 or 7185068. OLE color: 7185068.

HSL color Cylindrical-coordinate representation of color #ACA26D: hue angle of 50.48º 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 #ACA26D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172162109-
CMYK00.060.370.33
HSL50.48º27.51%55.1%-
HSV(B)50.48º36.63%67.45%-
XYZ32.6935.7219.64-
YUV158.9599.81137.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=38.83%
G=36.57%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216210900.060.370.3350.4827.5155.1
HexACA26D062521321c37
Octal254242155064541623467
Binary10101100101000101101101011010010110000111001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA26D; }

 p { color: rgb(172,162,109); }

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

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

 a { background-color: rgb(172,162,109); }

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

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

 span { border-color: rgb(172,162,109); }

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