#AC9F69

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

Shades of Tallow #AC9F69

Tints of Tallow #AC9F69

Color information

#AC9F69 (or 0xAC9F69) is unknown color: approx Tallow. HEX triplet: AC, 9F and 69. RGB value is (172,159,105). Sum of RGB (Red+Green+Blue) = 172+159+105=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F69 is #536096. Grayscale: #9C9C9C. Windows color (decimal): -5464215 or 6922156. OLE color: 6922156.

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

Color convert

RGB172159105-
CMYK00.080.390.33
HSL48.36º28.76%54.31%-
HSV(B)48.36º38.95%67.45%-
XYZ31.9634.5918.36-
YUV156.7398.81138.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=39.45%
G=36.47%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215910500.080.390.3348.3628.7654.31
HexAC9F69082721301d36
Octal2542371510104741603566
Binary101011001001111111010010100010011110000111000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F69; }

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

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

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

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

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

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

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

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