#A89157

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

Shades of Teak #A89157

Tints of Teak #A89157

Color information

#A89157 (or 0xA89157) is unknown color: approx Teak. HEX triplet: A8, 91 and 57. RGB value is (168,145,87). Sum of RGB (Red+Green+Blue) = 168+145+87=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A89157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89157 is #576EA8. Grayscale: #919191. Windows color (decimal): -5729961 or 5738920. OLE color: 5738920.

HSL color Cylindrical-coordinate representation of color #A89157: hue angle of 42.96º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A89157 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16814587-
CMYK00.140.480.34
HSL42.96º31.76%50%-
HSV(B)42.96º48.21%65.88%-
XYZ27.9929.2613.19-
YUV145.2695.12144.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=42%
G=36.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681458700.140.480.3442.9631.7650
HexA891570E30222b2032
Octal2502211270166042534062
Binary1010100010010001101011101110110000100010101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89157; }

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

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

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

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

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

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

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

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