#A78559

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

Shades of Teak #A78559

Tints of Teak #A78559

Color information

#A78559 (or 0xA78559) is unknown color: approx Teak. HEX triplet: A7, 85 and 59. RGB value is (167,133,89). Sum of RGB (Red+Green+Blue) = 167+133+89=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78559 is #587AA6. Grayscale: #8A8A8A. Windows color (decimal): -5798567 or 5866919. OLE color: 5866919.

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

Color convert

RGB16713389-
CMYK00.200.470.35
HSL33.85º30.71%50.2%-
HSV(B)33.85º46.71%65.49%-
XYZ26.1325.7113.04-
YUV138.15100.26148.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=42.93%
G=34.19%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671338900.200.470.3533.8530.7150.2
HexA785590142F23221f32
Octal2472051310245743423762
Binary1010011110000101101100101010010111110001110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78559; }

 p { color: rgb(167,133,89); }

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

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

 a { background-color: rgb(167,133,89); }

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

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

 span { border-color: rgb(167,133,89); }

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