#A7918B

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

Shades of Thatch #A7918B

Tints of Thatch #A7918B

Color information

#A7918B (or 0xA7918B) is unknown color: approx Thatch. HEX triplet: A7, 91 and 8B. RGB value is (167,145,139). Sum of RGB (Red+Green+Blue) = 167+145+139=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A7918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7918B is #586E74. Grayscale: #969696. Windows color (decimal): -5795445 or 9146791. OLE color: 9146791.

HSL color Cylindrical-coordinate representation of color #A7918B: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7918B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167145139-
CMYK00.130.170.35
HSL12.86º13.73%60%-
HSV(B)12.86º16.77%65.49%-
XYZ30.7230.3328.66-
YUV150.89121.29139.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=37.03%
G=32.15%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714513900.130.170.3512.8613.7360
HexA7918B0D1123de3c
Octal2472212130152143151674
Binary101001111001000110001011011011000110001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7918B; }

 p { color: rgb(167,145,139); }

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

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

 a { background-color: rgb(167,145,139); }

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

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

 span { border-color: rgb(167,145,139); }

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