#A8908D

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

Shades of Thatch #A8908D

Tints of Thatch #A8908D

Color information

#A8908D (or 0xA8908D) is unknown color: approx Thatch. HEX triplet: A8, 90 and 8D. RGB value is (168,144,141). Sum of RGB (Red+Green+Blue) = 168+144+141=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A8908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8908D is #576F72. Grayscale: #969696. Windows color (decimal): -5730163 or 9277608. OLE color: 9277608.

HSL color Cylindrical-coordinate representation of color #A8908D: hue angle of 6.67º degrees, saturation: 0.13, 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 #A8908D is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168144141-
CMYK00.140.160.34
HSL6.67º13.43%60.59%-
HSV(B)6.67º16.07%65.88%-
XYZ30.9330.1929.4-
YUV150.83122.45140.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=37.09%
G=31.79%
B=31.13%

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
Decimal16814414100.140.160.346.6713.4360.59
HexA8908D0E10227d3d
Octal250220215016204271575
Binary10101000100100001000110101110100001000101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8908D; }

 p { color: rgb(168,144,141); }

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

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

 a { background-color: rgb(168,144,141); }

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

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

 span { border-color: rgb(168,144,141); }

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