#A78F88

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

Shades of Thatch #A78F88

Tints of Thatch #A78F88

Color information

#A78F88 (or 0xA78F88) is unknown color: approx Thatch. HEX triplet: A7, 8F and 88. RGB value is (167,143,136). Sum of RGB (Red+Green+Blue) = 167+143+136=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F88 is #587077. Grayscale: #959595. Windows color (decimal): -5795960 or 8949671. OLE color: 8949671.

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

Color convert

RGB167143136-
CMYK00.140.190.35
HSL13.55º14.98%59.41%-
HSV(B)13.55º18.56%65.49%-
XYZ30.229.6427.42-
YUV149.38120.45140.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=37.44%
G=32.06%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714313600.140.190.3513.5514.9859.41
HexA78F880E1323ef3b
Octal2472172100162343161773
Binary101001111000111110001000011101001110001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F88; }

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

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

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

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

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

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

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

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