#AD938D

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

Shades of Thatch #AD938D

Tints of Thatch #AD938D

Color information

#AD938D (or 0xAD938D) is unknown color: approx Thatch. HEX triplet: AD, 93 and 8D. RGB value is (173,147,141). Sum of RGB (Red+Green+Blue) = 173+147+141=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD938D is #526C72. Grayscale: #9A9A9A. Windows color (decimal): -5401715 or 9278381. OLE color: 9278381.

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

Color convert

RGB173147141-
CMYK00.150.180.32
HSL11.25º16.33%61.57%-
HSV(B)11.25º18.5%67.84%-
XYZ32.4831.6729.6-
YUV154.09120.61141.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=37.53%
G=31.89%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314714100.150.180.3211.2516.3361.57
HexAD938D0F1220b103e
Octal2552232150172240132076
Binary1010110110010011100011010111110010100000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD938D; }

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

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

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

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

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

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

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

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