#AD9088

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

Shades of Thatch #AD9088

Tints of Thatch #AD9088

Color information

#AD9088 (or 0xAD9088) is unknown color: approx Thatch. HEX triplet: AD, 90 and 88. RGB value is (173,144,136). Sum of RGB (Red+Green+Blue) = 173+144+136=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9088 is #526F77. Grayscale: #979797. Windows color (decimal): -5402488 or 8949933. OLE color: 8949933.

HSL color Cylindrical-coordinate representation of color #AD9088: hue angle of 12.97º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9088 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB173144136-
CMYK00.170.210.32
HSL12.97º18.41%60.59%-
HSV(B)12.97º21.39%67.84%-
XYZ31.6530.6127.53-
YUV151.76119.11143.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=38.19%
G=31.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314413600.170.210.3212.9718.4160.59
HexAD90880111520d123d
Octal2552202100212540152275
Binary10101101100100001000100001000110101100000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9088; }

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

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

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

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

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

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

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

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