#A78957

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

Shades of Teak #A78957

Tints of Teak #A78957

Color information

#A78957 (or 0xA78957) is unknown color: approx Teak. HEX triplet: A7, 89 and 57. RGB value is (167,137,87). Sum of RGB (Red+Green+Blue) = 167+137+87=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A78957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78957 is #5876A8. Grayscale: #8C8C8C. Windows color (decimal): -5797545 or 5736871. OLE color: 5736871.

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

Color convert

RGB16713787-
CMYK00.180.480.35
HSL37.5º31.5%49.8%-
HSV(B)37.5º47.9%65.49%-
XYZ26.626.7912.79-
YUV140.2797.94147.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=42.71%
G=35.04%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671378700.180.480.3537.531.549.8
HexA789570123023261f32
Octal2472111270226043463762
Binary1010011110001001101011101001011000010001110011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78957; }

 p { color: rgb(167,137,87); }

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

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

 a { background-color: rgb(167,137,87); }

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

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

 span { border-color: rgb(167,137,87); }

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