#A09057

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

Shades of Teak #A09057

Tints of Teak #A09057

Color information

#A09057 (or 0xA09057) is unknown color: approx Teak. HEX triplet: A0, 90 and 57. RGB value is (160,144,87). Sum of RGB (Red+Green+Blue) = 160+144+87=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09057 is #5F6FA8. Grayscale: #8E8E8E. Windows color (decimal): -6254505 or 5738656. OLE color: 5738656.

HSL color Cylindrical-coordinate representation of color #A09057: hue angle of 46.85º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09057 is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014487-
CMYK00.10.460.37
HSL46.85º29.55%48.43%-
HSV(B)46.85º45.63%62.75%-
XYZ26.1928.1113.06-
YUV142.2996.8140.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=40.92%
G=36.83%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601448700.10.460.3746.8529.5548.43
HexA090570A2E252f1e30
Octal2402201270125645573660
Binary101000001001000010101110101010111010010110111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09057; }

 p { color: rgb(160,144,87); }

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

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

 a { background-color: rgb(160,144,87); }

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

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

 span { border-color: rgb(160,144,87); }

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