#AD895F

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

Shades of Teak #AD895F

Tints of Teak #AD895F

Color information

#AD895F (or 0xAD895F) is unknown color: approx Teak. HEX triplet: AD, 89 and 5F. RGB value is (173,137,95). Sum of RGB (Red+Green+Blue) = 173+137+95=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD895F is #5276A0. Grayscale: #8F8F8F. Windows color (decimal): -5404321 or 6261165. OLE color: 6261165.

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

Color convert

RGB17313795-
CMYK00.210.450.32
HSL32.31º32.23%52.55%-
HSV(B)32.31º45.09%67.84%-
XYZ28.2427.614.67-
YUV142.98100.93149.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=42.72%
G=33.83%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731379500.210.450.3232.3132.2352.55
HexAD895F0152D20202035
Octal2552111370255540404065
Binary10101101100010011011111010101101101100000100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD895F; }

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

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

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

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

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

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

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

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