#AD928B

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

Shades of Thatch #AD928B

Tints of Thatch #AD928B

Color information

#AD928B (or 0xAD928B) is unknown color: approx Thatch. HEX triplet: AD, 92 and 8B. RGB value is (173,146,139). Sum of RGB (Red+Green+Blue) = 173+146+139=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928B is #526D74. Grayscale: #999999. Windows color (decimal): -5401973 or 9147053. OLE color: 9147053.

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

Color convert

RGB173146139-
CMYK00.160.200.32
HSL12.35º17.17%61.18%-
HSV(B)12.35º19.65%67.84%-
XYZ32.1731.3128.77-
YUV153.28119.95142.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=37.77%
G=31.88%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314613900.160.200.3212.3517.1761.18
HexAD928B0101420c113d
Octal2552222130202440142175
Binary10101101100100101000101101000010100100000110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD928B; }

 p { color: rgb(173,146,139); }

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

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

 a { background-color: rgb(173,146,139); }

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

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

 span { border-color: rgb(173,146,139); }

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