#AD8459

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

Shades of Teak #AD8459

Tints of Teak #AD8459

Color information

#AD8459 (or 0xAD8459) is unknown color: approx Teak. HEX triplet: AD, 84 and 59. RGB value is (173,132,89). Sum of RGB (Red+Green+Blue) = 173+132+89=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8459 is #527BA6. Grayscale: #8B8B8B. Windows color (decimal): -5405607 or 5866669. OLE color: 5866669.

HSL color Cylindrical-coordinate representation of color #AD8459: hue angle of 30.71º 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 #AD8459 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17313289-
CMYK00.240.490.32
HSL30.71º33.87%51.37%-
HSV(B)30.71º48.55%67.84%-
XYZ27.2926.1113.05-
YUV139.3699.58152-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=43.91%
G=33.50%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731328900.240.490.3230.7133.8751.37
HexAD845901831201f2233
Octal2552041310306140374263
Binary1010110110000100101100101100011000110000011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8459; }

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

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

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

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

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

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

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

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