#AD9E9A

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

Shades of Thatch #AD9E9A

Tints of Thatch #AD9E9A

Color information

#AD9E9A (or 0xAD9E9A) is unknown color: approx Thatch. HEX triplet: AD, 9E and 9A. RGB value is (173,158,154). Sum of RGB (Red+Green+Blue) = 173+158+154=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E9A is #526165. Grayscale: #A2A2A2. Windows color (decimal): -5398886 or 10133165. OLE color: 10133165.

HSL color Cylindrical-coordinate representation of color #AD9E9A: hue angle of 12.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AD9E9A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB173158154-
CMYK00.090.110.32
HSL12.63º10.38%64.12%-
HSV(B)12.63º10.98%67.84%-
XYZ35.2935.6735.6-
YUV162.03123.47135.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=35.67%
G=32.58%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315815400.090.110.3212.6310.3864.12
HexAD9E9A09B20da40
Octal25523623201113401512100
Binary101011011001111010011010010011011100000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9E9A; }

 p { color: rgb(173,158,154); }

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

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

 a { background-color: rgb(173,158,154); }

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

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

 span { border-color: rgb(173,158,154); }

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