#AD928D

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

Shades of Thatch #AD928D

Tints of Thatch #AD928D

Color information

#AD928D (or 0xAD928D) is unknown color: approx Thatch. HEX triplet: AD, 92 and 8D. RGB value is (173,146,141). Sum of RGB (Red+Green+Blue) = 173+146+141=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928D is #526D72. Grayscale: #999999. Windows color (decimal): -5401971 or 9278125. OLE color: 9278125.

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

Color convert

RGB173146141-
CMYK00.160.180.32
HSL9.38º16.33%61.57%-
HSV(B)9.38º18.5%67.84%-
XYZ32.3231.3729.55-
YUV153.5120.95141.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=37.61%
G=31.74%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314614100.160.180.329.3816.3361.57
HexAD928D01012209103e
Octal2552222150202240112076
Binary10101101100100101000110101000010010100000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD928D; }

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

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

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

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

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

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

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

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