#AC9B6A

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

Shades of Tallow #AC9B6A

Tints of Tallow #AC9B6A

Color information

#AC9B6A (or 0xAC9B6A) is unknown color: approx Tallow. HEX triplet: AC, 9B and 6A. RGB value is (172,155,106). Sum of RGB (Red+Green+Blue) = 172+155+106=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B6A is #536495. Grayscale: #9A9A9A. Windows color (decimal): -5465238 or 6986668. OLE color: 6986668.

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

Color convert

RGB172155106-
CMYK00.100.380.33
HSL44.55º28.45%54.51%-
HSV(B)44.55º38.37%67.45%-
XYZ31.3433.2518.4-
YUV154.5100.63140.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=39.72%
G=35.80%
B=24.48%

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
Decimal17215510600.100.380.3344.5528.4554.51
HexAC9B6A0A26212d1c37
Octal2542331520124641553467
Binary101011001001101111010100101010011010000110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B6A; }

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

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

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

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

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

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

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

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