#AD8E55

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

Shades of Teak #AD8E55

Tints of Teak #AD8E55

Color information

#AD8E55 (or 0xAD8E55) is unknown color: approx Teak. HEX triplet: AD, 8E and 55. RGB value is (173,142,85). Sum of RGB (Red+Green+Blue) = 173+142+85=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E55 is #5271AA. Grayscale: #919191. Windows color (decimal): -5403051 or 5607085. OLE color: 5607085.

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

Color convert

RGB17314285-
CMYK00.180.510.32
HSL38.86º34.92%50.59%-
HSV(B)38.86º50.87%67.84%-
XYZ28.5528.8912.67-
YUV144.7794.27148.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=43.25%
G=35.5%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731428500.180.510.3238.8634.9250.59
HexAD8E550123320272333
Octal2552161250226340474363
Binary10101101100011101010101010010110011100000100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E55; }

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

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

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

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

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

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

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

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