#AD894D

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

Shades of Teak #AD894D

Tints of Teak #AD894D

Color information

#AD894D (or 0xAD894D) is unknown color: approx Teak. HEX triplet: AD, 89 and 4D. RGB value is (173,137,77). Sum of RGB (Red+Green+Blue) = 173+137+77=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD894D is #5276B2. Grayscale: #8D8D8D. Windows color (decimal): -5404339 or 5081517. OLE color: 5081517.

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

Color convert

RGB17313777-
CMYK00.210.550.32
HSL37.5º38.4%49.02%-
HSV(B)37.5º55.49%67.84%-
XYZ27.5227.3110.84-
YUV140.9291.93150.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 77 (30.47% from 255) = 19.90%
R=44.70%
G=35.40%
B=19.90%

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
Decimal1731377700.210.550.3237.538.449.02
HexAD894D0153720262631
Octal2552111150256740464661
Binary10101101100010011001101010101110111100000100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD894D; }

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

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

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

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

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

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

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

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