#AD8D57

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

Shades of Teak #AD8D57

Tints of Teak #AD8D57

Color information

#AD8D57 (or 0xAD8D57) is unknown color: approx Teak. HEX triplet: AD, 8D and 57. RGB value is (173,141,87). Sum of RGB (Red+Green+Blue) = 173+141+87=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D57 is #5272A8. Grayscale: #909090. Windows color (decimal): -5403305 or 5737901. OLE color: 5737901.

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

Color convert

RGB17314187-
CMYK00.180.500.32
HSL37.67º34.4%50.98%-
HSV(B)37.67º49.71%67.84%-
XYZ28.4828.6213.04-
YUV144.4195.6148.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=43.14%
G=35.16%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731418700.180.500.3237.6734.450.98
HexAD8D570123220262233
Octal2552151270226240464263
Binary10101101100011011010111010010110010100000100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D57; }

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

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

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

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

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

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

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

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