#A8918A

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

Shades of Thatch #A8918A

Tints of Thatch #A8918A

Color information

#A8918A (or 0xA8918A) is unknown color: approx Thatch. HEX triplet: A8, 91 and 8A. RGB value is (168,145,138). Sum of RGB (Red+Green+Blue) = 168+145+138=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A8918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8918A is #576E75. Grayscale: #979797. Windows color (decimal): -5729910 or 9081256. OLE color: 9081256.

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

Color convert

RGB168145138-
CMYK00.140.180.34
HSL14º14.71%60%-
HSV(B)14º17.86%65.88%-
XYZ30.8630.4128.29-
YUV151.08120.62140.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=37.25%
G=32.15%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814513800.140.180.341414.7160
HexA8918A0E1222ef3c
Octal2502212120162242161774
Binary101010001001000110001010011101001010001011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8918A; }

 p { color: rgb(168,145,138); }

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

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

 a { background-color: rgb(168,145,138); }

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

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

 span { border-color: rgb(168,145,138); }

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