#A78853

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

Shades of Teak #A78853

Tints of Teak #A78853

Color information

#A78853 (or 0xA78853) is unknown color: approx Teak. HEX triplet: A7, 88 and 53. RGB value is (167,136,83). Sum of RGB (Red+Green+Blue) = 167+136+83=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78853 is #5877AC. Grayscale: #8B8B8B. Windows color (decimal): -5797805 or 5474471. OLE color: 5474471.

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

Color convert

RGB16713683-
CMYK00.190.500.35
HSL37.86º33.6%49.02%-
HSV(B)37.86º50.3%65.49%-
XYZ26.326.4511.9-
YUV139.2396.27147.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=43.26%
G=35.23%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671368300.190.500.3537.8633.649.02
HexA788530133223262231
Octal2472101230236243464261
Binary10100111100010001010011010011110010100011100110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78853; }

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

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

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

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

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

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

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

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