#A9928E

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

Shades of Thatch #A9928E

Tints of Thatch #A9928E

Color information

#A9928E (or 0xA9928E) is unknown color: approx Thatch. HEX triplet: A9, 92 and 8E. RGB value is (169,146,142). Sum of RGB (Red+Green+Blue) = 169+146+142=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 169 - color contains mainly: red. Hex color #A9928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9928E is #566D71. Grayscale: #989898. Windows color (decimal): -5664114 or 9343657. OLE color: 9343657.

HSL color Cylindrical-coordinate representation of color #A9928E: hue angle of 8.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9928E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB169146142-
CMYK00.140.160.34
HSL8.89º13.57%60.98%-
HSV(B)8.89º15.98%66.27%-
XYZ31.5230.9529.9-
YUV152.42122.12139.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=36.98%
G=31.95%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914614200.140.160.348.8913.5760.98
HexA9928E0E10229e3d
Octal2512222160162042111675
Binary101010011001001010001110011101000010001010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9928E; }

 p { color: rgb(169,146,142); }

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

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

 a { background-color: rgb(169,146,142); }

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

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

 span { border-color: rgb(169,146,142); }

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