#AD9694

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

Shades of Thatch #AD9694

Tints of Thatch #AD9694

Color information

#AD9694 (or 0xAD9694) is unknown color: approx Thatch. HEX triplet: AD, 96 and 94. RGB value is (173,150,148). Sum of RGB (Red+Green+Blue) = 173+150+148=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9694 is #52696B. Grayscale: #9C9C9C. Windows color (decimal): -5400940 or 9737901. OLE color: 9737901.

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

Color convert

RGB173150148-
CMYK00.130.140.32
HSL4.8º13.23%62.94%-
HSV(B)4.8º14.45%67.84%-
XYZ33.4932.8432.59-
YUV156.65123.12139.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=36.73%
G=31.85%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315014800.130.140.324.813.2362.94
HexAD96940DE205d3f
Octal255226224015164051577
Binary1010110110010110100101000110111101000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9694; }

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

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

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

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

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

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

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

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