#A89357

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

Shades of Teak #A89357

Tints of Teak #A89357

Color information

#A89357 (or 0xA89357) is unknown color: approx Teak. HEX triplet: A8, 93 and 57. RGB value is (168,147,87). Sum of RGB (Red+Green+Blue) = 168+147+87=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89357 is #576CA8. Grayscale: #929292. Windows color (decimal): -5729449 or 5739432. OLE color: 5739432.

HSL color Cylindrical-coordinate representation of color #A89357: hue angle of 44.44º 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 #A89357 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16814787-
CMYK00.130.480.34
HSL44.44º31.76%50%-
HSV(B)44.44º48.21%65.88%-
XYZ28.329.8813.29-
YUV146.4494.46143.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=41.79%
G=36.57%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681478700.130.480.3444.4431.7650
HexA893570D30222c2032
Octal2502231270156042544062
Binary1010100010010011101011101101110000100010101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89357; }

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

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

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

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

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

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

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

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