#AD908F

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

Shades of Thatch #AD908F

Tints of Thatch #AD908F

Color information

#AD908F (or 0xAD908F) is unknown color: approx Thatch. HEX triplet: AD, 90 and 8F. RGB value is (173,144,143). Sum of RGB (Red+Green+Blue) = 173+144+143=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD908F is #526F70. Grayscale: #989898. Windows color (decimal): -5402481 or 9408685. OLE color: 9408685.

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

Color convert

RGB173144143-
CMYK00.170.170.32
HSL15.46%61.96%-
HSV(B)17.34%67.84%-
XYZ32.1630.8130.24-
YUV152.56122.61142.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=37.61%
G=31.30%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314414300.170.170.32215.4661.96
HexAD908F01111202f3e
Octal255220217021214021776
Binary10101101100100001000111101000110001100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD908F; }

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

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

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

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

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

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

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

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