#AC9A74

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

Shades of Tallow #AC9A74

Tints of Tallow #AC9A74

Color information

#AC9A74 (or 0xAC9A74) is unknown color: approx Tallow. HEX triplet: AC, 9A and 74. RGB value is (172,154,116). Sum of RGB (Red+Green+Blue) = 172+154+116=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A74 is #53658B. Grayscale: #9B9B9B. Windows color (decimal): -5465484 or 7641772. OLE color: 7641772.

HSL color Cylindrical-coordinate representation of color #AC9A74: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9A74 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172154116-
CMYK00.100.330.33
HSL40.71º25.23%56.47%-
HSV(B)40.71º32.56%67.45%-
XYZ31.7233.1421.25-
YUV155.05105.96140.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=38.91%
G=34.84%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215411600.100.330.3340.7125.2356.47
HexAC9A740A2121291938
Octal2542321640124141513170
Binary101011001001101011101000101010000110000110100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A74; }

 p { color: rgb(172,154,116); }

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

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

 a { background-color: rgb(172,154,116); }

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

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

 span { border-color: rgb(172,154,116); }

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