#ACA06E

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

Shades of Tallow #ACA06E

Tints of Tallow #ACA06E

Color information

#ACA06E (or 0xACA06E) is unknown color: approx Tallow. HEX triplet: AC, A0 and 6E. RGB value is (172,160,110). Sum of RGB (Red+Green+Blue) = 172+160+110=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA06E is #535F91. Grayscale: #9E9E9E. Windows color (decimal): -5463954 or 7250092. OLE color: 7250092.

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

Color convert

RGB172160110-
CMYK00.070.360.33
HSL48.39º27.19%55.29%-
HSV(B)48.39º36.05%67.45%-
XYZ32.435.0419.81-
YUV157.89100.98138.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=38.91%
G=36.20%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216011000.070.360.3348.3927.1955.29
HexACA06E072421301b37
Octal254240156074441603367
Binary10101100101000001101110011110010010000111000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA06E; }

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

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

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

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

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

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

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

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