#AD8D51

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

Shades of Teak #AD8D51

Tints of Teak #AD8D51

Color information

#AD8D51 (or 0xAD8D51) is unknown color: approx Teak. HEX triplet: AD, 8D and 51. RGB value is (173,141,81). Sum of RGB (Red+Green+Blue) = 173+141+81=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D51 is #5272AE. Grayscale: #909090. Windows color (decimal): -5403311 or 5344685. OLE color: 5344685.

HSL color Cylindrical-coordinate representation of color #AD8D51: hue angle of 39.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD8D51 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB17314181-
CMYK00.180.530.32
HSL39.13º36.22%49.8%-
HSV(B)39.13º53.18%67.84%-
XYZ28.2428.5311.8-
YUV143.7392.6148.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=43.80%
G=35.70%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731418100.180.530.3239.1336.2249.8
HexAD8D510123520272432
Octal2552151210226540474462
Binary10101101100011011010001010010110101100000100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D51; }

 p { color: rgb(173,141,81); }

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

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

 a { background-color: rgb(173,141,81); }

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

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

 span { border-color: rgb(173,141,81); }

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