#AC9A6A

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

Shades of Tallow #AC9A6A

Tints of Tallow #AC9A6A

Color information

#AC9A6A (or 0xAC9A6A) is unknown color: approx Tallow. HEX triplet: AC, 9A and 6A. RGB value is (172,154,106). Sum of RGB (Red+Green+Blue) = 172+154+106=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A6A is #536595. Grayscale: #9A9A9A. Windows color (decimal): -5465494 or 6986412. OLE color: 6986412.

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

Color convert

RGB172154106-
CMYK00.100.380.33
HSL43.64º28.45%54.51%-
HSV(B)43.64º38.37%67.45%-
XYZ31.1732.9218.35-
YUV153.91100.96140.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=39.81%
G=35.65%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215410600.100.380.3343.6428.4554.51
HexAC9A6A0A26212c1c37
Octal2542321520124641543467
Binary101011001001101011010100101010011010000110110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A6A; }

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

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

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

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

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

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

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

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