#AD895D

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

Shades of Teak #AD895D

Tints of Teak #AD895D

Color information

#AD895D (or 0xAD895D) is unknown color: approx Teak. HEX triplet: AD, 89 and 5D. RGB value is (173,137,93). Sum of RGB (Red+Green+Blue) = 173+137+93=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD895D is #5276A2. Grayscale: #8E8E8E. Windows color (decimal): -5404323 or 6130093. OLE color: 6130093.

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

Color convert

RGB17313793-
CMYK00.210.460.32
HSL33º32.79%52.16%-
HSV(B)33º46.24%67.84%-
XYZ28.1627.5714.19-
YUV142.7599.93149.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=42.93%
G=34.00%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731379300.210.460.323332.7952.16
HexAD895D0152E20212134
Octal2552111350255640414164
Binary10101101100010011011101010101101110100000100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD895D; }

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

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

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

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

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

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

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

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