#AD884E

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

Shades of Teak #AD884E

Tints of Teak #AD884E

Color information

#AD884E (or 0xAD884E) is unknown color: approx Teak. HEX triplet: AD, 88 and 4E. RGB value is (173,136,78). Sum of RGB (Red+Green+Blue) = 173+136+78=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD884E is #5277B1. Grayscale: #8C8C8C. Windows color (decimal): -5404594 or 5146797. OLE color: 5146797.

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

Color convert

RGB17313678-
CMYK00.210.550.32
HSL36.63º37.85%49.22%-
HSV(B)36.63º54.91%67.84%-
XYZ27.4127.0410.98-
YUV140.4592.76151.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=44.70%
G=35.14%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731367800.210.550.3236.6337.8549.22
HexAD884E0153720252631
Octal2552101160256740454661
Binary10101101100010001001110010101110111100000100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD884E; }

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

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

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

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

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

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

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

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