#AD8B5E

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

Shades of Teak #AD8B5E

Tints of Teak #AD8B5E

Color information

#AD8B5E (or 0xAD8B5E) is unknown color: approx Teak. HEX triplet: AD, 8B and 5E. RGB value is (173,139,94). Sum of RGB (Red+Green+Blue) = 173+139+94=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B5E is #5274A1. Grayscale: #909090. Windows color (decimal): -5403810 or 6196141. OLE color: 6196141.

HSL color Cylindrical-coordinate representation of color #AD8B5E: hue angle of 34.18º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD8B5E is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17313994-
CMYK00.200.460.32
HSL34.18º32.51%52.35%-
HSV(B)34.18º45.66%67.84%-
XYZ28.4928.1614.52-
YUV144.0499.76148.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=42.61%
G=34.24%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731399400.200.460.3234.1832.5152.35
HexAD8B5E0142E20222134
Octal2552131360245640424164
Binary10101101100010111011110010100101110100000100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B5E; }

 p { color: rgb(173,139,94); }

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

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

 a { background-color: rgb(173,139,94); }

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

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

 span { border-color: rgb(173,139,94); }

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