#AD885F

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

Shades of Teak #AD885F

Tints of Teak #AD885F

Color information

#AD885F (or 0xAD885F) is unknown color: approx Teak. HEX triplet: AD, 88 and 5F. RGB value is (173,136,95). Sum of RGB (Red+Green+Blue) = 173+136+95=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD885F is #5277A0. Grayscale: #8E8E8E. Windows color (decimal): -5404577 or 6260909. OLE color: 6260909.

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

Color convert

RGB17313695-
CMYK00.210.450.32
HSL31.54º32.23%52.55%-
HSV(B)31.54º45.09%67.84%-
XYZ28.127.3214.62-
YUV142.39101.26149.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=42.82%
G=33.66%
B=23.51%

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
Decimal1731369500.210.450.3231.5432.2352.55
HexAD885F0152D20202035
Octal2552101370255540404065
Binary10101101100010001011111010101101101100000100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD885F; }

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

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

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

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

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

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

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

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