#AD918D

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

Shades of Thatch #AD918D

Tints of Thatch #AD918D

Color information

#AD918D (or 0xAD918D) is unknown color: approx Thatch. HEX triplet: AD, 91 and 8D. RGB value is (173,145,141). Sum of RGB (Red+Green+Blue) = 173+145+141=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD918D is #526E72. Grayscale: #989898. Windows color (decimal): -5402227 or 9277869. OLE color: 9277869.

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

Color convert

RGB173145141-
CMYK00.160.180.32
HSL7.5º16.33%61.57%-
HSV(B)7.5º18.5%67.84%-
XYZ32.1731.0629.5-
YUV152.92121.28142.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=37.69%
G=31.59%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314514100.160.180.327.516.3361.57
HexAD918D01012208103e
Octal2552212150202240102076
Binary10101101100100011000110101000010010100000100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD918D; }

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

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

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

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

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

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

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

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