#A09157

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

Shades of Teak #A09157

Tints of Teak #A09157

Color information

#A09157 (or 0xA09157) is unknown color: approx Teak. HEX triplet: A0, 91 and 57. RGB value is (160,145,87). Sum of RGB (Red+Green+Blue) = 160+145+87=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A09157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09157 is #5F6EA8. Grayscale: #8F8F8F. Windows color (decimal): -6254249 or 5738912. OLE color: 5738912.

HSL color Cylindrical-coordinate representation of color #A09157: hue angle of 47.67º 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 #A09157 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16014587-
CMYK00.090.460.37
HSL47.67º29.55%48.43%-
HSV(B)47.67º45.63%62.75%-
XYZ26.3428.4113.11-
YUV142.8796.47140.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=40.82%
G=36.99%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601458700.090.460.3747.6729.5548.43
HexA09157092E25301e30
Octal2402211270115645603660
Binary101000001001000110101110100110111010010111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09157; }

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

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

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

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

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

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

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

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