#AC9968

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

Shades of Tallow #AC9968

Tints of Tallow #AC9968

Color information

#AC9968 (or 0xAC9968) is unknown color: approx Tallow. HEX triplet: AC, 99 and 68. RGB value is (172,153,104). Sum of RGB (Red+Green+Blue) = 172+153+104=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9968 is #536697. Grayscale: #999999. Windows color (decimal): -5465752 or 6855084. OLE color: 6855084.

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

Color convert

RGB172153104-
CMYK00.110.400.33
HSL43.24º29.06%54.12%-
HSV(B)43.24º39.53%67.45%-
XYZ30.932.5517.75-
YUV153.09100.29141.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=40.09%
G=35.66%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215310400.110.400.3343.2429.0654.12
HexAC99680B28212b1d36
Octal2542311500135041533566
Binary101011001001100111010000101110100010000110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9968; }

 p { color: rgb(172,153,104); }

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

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

 a { background-color: rgb(172,153,104); }

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

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

 span { border-color: rgb(172,153,104); }

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