#AD908E

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

Shades of Thatch #AD908E

Tints of Thatch #AD908E

Color information

#AD908E (or 0xAD908E) is unknown color: approx Thatch. HEX triplet: AD, 90 and 8E. RGB value is (173,144,142). Sum of RGB (Red+Green+Blue) = 173+144+142=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD908E is #526F71. Grayscale: #989898. Windows color (decimal): -5402482 or 9343149. OLE color: 9343149.

HSL color Cylindrical-coordinate representation of color #AD908E: hue angle of 3.87º 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 #AD908E is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173144142-
CMYK00.170.180.32
HSL3.87º15.9%61.76%-
HSV(B)3.87º17.92%67.84%-
XYZ32.0930.7829.84-
YUV152.44122.11142.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=37.69%
G=31.37%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314414200.170.180.323.8715.961.76
HexAD908E01112204103e
Octal255220216021224042076
Binary1010110110010000100011100100011001010000010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD908E; }

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

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

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

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

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

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

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

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