#ACA069

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

Shades of Tallow #ACA069

Tints of Tallow #ACA069

Color information

#ACA069 (or 0xACA069) is unknown color: approx Tallow. HEX triplet: AC, A0 and 69. RGB value is (172,160,105). Sum of RGB (Red+Green+Blue) = 172+160+105=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA069 is #535F96. Grayscale: #9D9D9D. Windows color (decimal): -5463959 or 6922412. OLE color: 6922412.

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

Color convert

RGB172160105-
CMYK00.070.390.33
HSL49.25º28.76%54.31%-
HSV(B)49.25º38.95%67.45%-
XYZ32.1334.9318.41-
YUV157.3298.48138.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=39.36%
G=36.61%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216010500.070.390.3349.2528.7654.31
HexACA069072721311d36
Octal254240151074741613566
Binary10101100101000001101001011110011110000111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA069; }

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

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

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

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

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

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

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

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