#AC968F

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

Shades of Thatch #AC968F

Tints of Thatch #AC968F

Color information

#AC968F (or 0xAC968F) is unknown color: approx Thatch. HEX triplet: AC, 96 and 8F. RGB value is (172,150,143). Sum of RGB (Red+Green+Blue) = 172+150+143=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968F is #536970. Grayscale: #9B9B9B. Windows color (decimal): -5466481 or 9410220. OLE color: 9410220.

HSL color Cylindrical-coordinate representation of color #AC968F: hue angle of 14.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC968F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172150143-
CMYK00.130.170.33
HSL14.48º14.87%61.76%-
HSV(B)14.48º16.86%67.45%-
XYZ32.8832.5730.54-
YUV155.78120.79139.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=36.99%
G=32.26%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215014300.130.170.3314.4814.8761.76
HexAC968F0D1121ef3e
Octal2542262170152141161776
Binary101011001001011010001111011011000110000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC968F; }

 p { color: rgb(172,150,143); }

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

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

 a { background-color: rgb(172,150,143); }

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

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

 span { border-color: rgb(172,150,143); }

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