#A78856

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

Shades of Teak #A78856

Tints of Teak #A78856

Color information

#A78856 (or 0xA78856) is unknown color: approx Teak. HEX triplet: A7, 88 and 56. RGB value is (167,136,86). Sum of RGB (Red+Green+Blue) = 167+136+86=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78856 is #5877A9. Grayscale: #8B8B8B. Windows color (decimal): -5797802 or 5671079. OLE color: 5671079.

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

Color convert

RGB16713686-
CMYK00.190.490.35
HSL37.04º32.02%49.61%-
HSV(B)37.04º48.5%65.49%-
XYZ26.4226.512.53-
YUV139.5797.77147.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=42.93%
G=34.96%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671368600.190.490.3537.0432.0249.61
HexA788560133123252032
Octal2472101260236143454062
Binary10100111100010001010110010011110001100011100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78856; }

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

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

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

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

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

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

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

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