#A7918F

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

Shades of Thatch #A7918F

Tints of Thatch #A7918F

Color information

#A7918F (or 0xA7918F) is unknown color: approx Thatch. HEX triplet: A7, 91 and 8F. RGB value is (167,145,143). Sum of RGB (Red+Green+Blue) = 167+145+143=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 167 - color contains mainly: red. Hex color #A7918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7918F is #586E70. Grayscale: #979797. Windows color (decimal): -5795441 or 9408935. OLE color: 9408935.

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

Color convert

RGB167145143-
CMYK00.130.140.35
HSL12%60.78%-
HSV(B)14.37%65.49%-
XYZ31.0230.4530.23-
YUV151.35123.29139.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=36.70%
G=31.87%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714514300.130.140.3551260.78
HexA7918F0DE235c3d
Octal247221217015164351475
Binary1010011110010001100011110110111101000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7918F; }

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

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

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

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

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

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

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

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