#AD8759

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

Shades of Teak #AD8759

Tints of Teak #AD8759

Color information

#AD8759 (or 0xAD8759) is unknown color: approx Teak. HEX triplet: AD, 87 and 59. RGB value is (173,135,89). Sum of RGB (Red+Green+Blue) = 173+135+89=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8759 is #5278A6. Grayscale: #8D8D8D. Windows color (decimal): -5404839 or 5867437. OLE color: 5867437.

HSL color Cylindrical-coordinate representation of color #AD8759: hue angle of 32.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8759 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17313589-
CMYK00.220.490.32
HSL32.86º33.87%51.37%-
HSV(B)32.86º48.55%67.84%-
XYZ27.726.9313.19-
YUV141.1298.59150.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=43.58%
G=34.01%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731358900.220.490.3232.8633.8751.37
HexAD87590163120212233
Octal2552071310266140414263
Binary10101101100001111011001010110110001100000100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8759; }

 p { color: rgb(173,135,89); }

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

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

 a { background-color: rgb(173,135,89); }

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

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

 span { border-color: rgb(173,135,89); }

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