#AD968F

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

Shades of Thatch #AD968F

Tints of Thatch #AD968F

Color information

#AD968F (or 0xAD968F) is unknown color: approx Thatch. HEX triplet: AD, 96 and 8F. RGB value is (173,150,143). Sum of RGB (Red+Green+Blue) = 173+150+143=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD968F is #526970. Grayscale: #9C9C9C. Windows color (decimal): -5400945 or 9410221. OLE color: 9410221.

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

Color convert

RGB173150143-
CMYK00.130.170.32
HSL14º15.46%61.96%-
HSV(B)14º17.34%67.84%-
XYZ33.132.6830.55-
YUV156.08120.62140.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=37.12%
G=32.19%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014300.130.170.321415.4661.96
HexAD968F0D1120ef3e
Octal2552262170152140161776
Binary101011011001011010001111011011000110000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD968F; }

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

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

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

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

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

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

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

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