#AD918F

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

Shades of Thatch #AD918F

Tints of Thatch #AD918F

Color information

#AD918F (or 0xAD918F) is unknown color: approx Thatch. HEX triplet: AD, 91 and 8F. RGB value is (173,145,143). Sum of RGB (Red+Green+Blue) = 173+145+143=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD918F is #526E70. Grayscale: #999999. Windows color (decimal): -5402225 or 9408941. OLE color: 9408941.

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

Color convert

RGB173145143-
CMYK00.160.170.32
HSL15.46%61.96%-
HSV(B)17.34%67.84%-
XYZ32.3231.1230.29-
YUV153.14122.28142.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=37.53%
G=31.45%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314514300.160.170.32415.4661.96
HexAD918F01011204f3e
Octal255221217020214041776
Binary101011011001000110001111010000100011000001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD918F; }

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

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

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

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

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

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

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

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