#AD875D

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

Shades of Teak #AD875D

Tints of Teak #AD875D

Color information

#AD875D (or 0xAD875D) is unknown color: approx Teak. HEX triplet: AD, 87 and 5D. RGB value is (173,135,93). Sum of RGB (Red+Green+Blue) = 173+135+93=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875D is #5278A2. Grayscale: #8D8D8D. Windows color (decimal): -5404835 or 6129581. OLE color: 6129581.

HSL color Cylindrical-coordinate representation of color #AD875D: hue angle of 31.5º 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 #AD875D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17313593-
CMYK00.220.460.32
HSL31.5º32.79%52.16%-
HSV(B)31.5º46.24%67.84%-
XYZ27.872714.1-
YUV141.57100.59150.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=43.14%
G=33.67%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731359300.220.460.3231.532.7952.16
HexAD875D0162E20202134
Octal2552071350265640404164
Binary10101101100001111011101010110101110100000100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD875D; }

 p { color: rgb(173,135,93); }

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

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

 a { background-color: rgb(173,135,93); }

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

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

 span { border-color: rgb(173,135,93); }

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