#AD928A

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

Shades of Thatch #AD928A

Tints of Thatch #AD928A

Color information

#AD928A (or 0xAD928A) is unknown color: approx Thatch. HEX triplet: AD, 92 and 8A. RGB value is (173,146,138). Sum of RGB (Red+Green+Blue) = 173+146+138=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928A is #526D75. Grayscale: #999999. Windows color (decimal): -5401974 or 9081517. OLE color: 9081517.

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

Color convert

RGB173146138-
CMYK00.160.200.32
HSL13.71º17.59%60.98%-
HSV(B)13.71º20.23%67.84%-
XYZ32.131.2828.39-
YUV153.16119.45142.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=37.86%
G=31.95%
B=30.20%

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
Decimal17314613800.160.200.3213.7117.5960.98
HexAD928A0101420e123d
Octal2552222120202440162275
Binary10101101100100101000101001000010100100000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD928A; }

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

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

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

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

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

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

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

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