#A78D51

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

Shades of Teak #A78D51

Tints of Teak #A78D51

Color information

#A78D51 (or 0xA78D51) is unknown color: approx Teak. HEX triplet: A7, 8D and 51. RGB value is (167,141,81). Sum of RGB (Red+Green+Blue) = 167+141+81=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D51 is #5872AE. Grayscale: #8E8E8E. Windows color (decimal): -5796527 or 5344679. OLE color: 5344679.

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

Color convert

RGB16714181-
CMYK00.160.510.35
HSL41.86º34.68%48.63%-
HSV(B)41.86º51.5%65.49%-
XYZ26.9527.8611.74-
YUV141.9393.61145.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=42.93%
G=36.25%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671418100.160.510.3541.8634.6848.63
HexA78D5101033232a2331
Octal2472151210206343524361
Binary10100111100011011010001010000110011100011101010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78D51; }

 p { color: rgb(167,141,81); }

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

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

 a { background-color: rgb(167,141,81); }

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

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

 span { border-color: rgb(167,141,81); }

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