#ad8e5b

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

Shades of Teak #AD8E5B

Tints of Teak #AD8E5B

Color information

#AD8E5B (or 0xAD8E5B) is unknown color: approx Teak. HEX triplet: AD, 8E and 5B. RGB value is (173,142,91). Sum of RGB (Red+Green+Blue) = 173+142+91=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E5B is #5271A4. Grayscale: #919191. Windows color (decimal): -5403045 or 6000301. OLE color: 6000301.

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

Color convert

RGB17314291-
CMYK00.180.470.32
HSL37.32º33.33%51.76%-
HSV(B)37.32º47.4%67.84%-
XYZ28.7928.9913.97-
YUV145.4597.27147.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=42.61%
G=34.98%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731429100.180.470.3237.3233.3351.76
HexAD8E5B0122F20252134
Octal2552161330225740454164
Binary10101101100011101011011010010101111100000100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad8e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad8e5b; }

 p { color: rgb(173,142,91); }

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

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

 a { background-color: rgb(173,142,91); }

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

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

 span { border-color: rgb(173,142,91); }

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