#A9918D

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

Shades of Thatch #A9918D

Tints of Thatch #A9918D

Color information

#A9918D (or 0xA9918D) is unknown color: approx Thatch. HEX triplet: A9, 91 and 8D. RGB value is (169,145,141). Sum of RGB (Red+Green+Blue) = 169+145+141=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A9918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9918D is #566E72. Grayscale: #979797. Windows color (decimal): -5664371 or 9277865. OLE color: 9277865.

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

Color convert

RGB169145141-
CMYK00.140.170.34
HSL8.57º14%60.78%-
HSV(B)8.57º16.57%66.27%-
XYZ31.330.6129.46-
YUV151.72121.95140.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=37.14%
G=31.87%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914514100.140.170.348.571460.78
HexA9918D0E11229e3d
Octal2512212150162142111675
Binary101010011001000110001101011101000110001010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9918D; }

 p { color: rgb(169,145,141); }

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

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

 a { background-color: rgb(169,145,141); }

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

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

 span { border-color: rgb(169,145,141); }

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