#AD948E

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

Shades of Thatch #AD948E

Tints of Thatch #AD948E

Color information

#AD948E (or 0xAD948E) is unknown color: approx Thatch. HEX triplet: AD, 94 and 8E. RGB value is (173,148,142). Sum of RGB (Red+Green+Blue) = 173+148+142=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD948E is #526B71. Grayscale: #9A9A9A. Windows color (decimal): -5401458 or 9344173. OLE color: 9344173.

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

Color convert

RGB173148142-
CMYK00.140.180.32
HSL11.61º15.9%61.76%-
HSV(B)11.61º17.92%67.84%-
XYZ32.7132.0230.05-
YUV154.79120.78140.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=37.37%
G=31.97%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314814200.140.180.3211.6115.961.76
HexAD948E0E1220c103e
Octal2552242160162240142076
Binary1010110110010100100011100111010010100000110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD948E; }

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

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

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

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

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

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

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

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