#AD958E

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

Shades of Thatch #AD958E

Tints of Thatch #AD958E

Color information

#AD958E (or 0xAD958E) is unknown color: approx Thatch. HEX triplet: AD, 95 and 8E. RGB value is (173,149,142). Sum of RGB (Red+Green+Blue) = 173+149+142=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD958E is #526A71. Grayscale: #9B9B9B. Windows color (decimal): -5401202 or 9344429. OLE color: 9344429.

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

Color convert

RGB173149142-
CMYK00.140.180.32
HSL13.55º15.9%61.76%-
HSV(B)13.55º17.92%67.84%-
XYZ32.8632.3330.1-
YUV155.38120.45140.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=37.28%
G=32.11%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314914200.140.180.3213.5515.961.76
HexAD958E0E1220e103e
Octal2552252160162240162076
Binary1010110110010101100011100111010010100000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD958E; }

 p { color: rgb(173,149,142); }

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

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

 a { background-color: rgb(173,149,142); }

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

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

 span { border-color: rgb(173,149,142); }

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