#AD884F

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

Shades of Teak #AD884F

Tints of Teak #AD884F

Color information

#AD884F (or 0xAD884F) is unknown color: approx Teak. HEX triplet: AD, 88 and 4F. RGB value is (173,136,79). Sum of RGB (Red+Green+Blue) = 173+136+79=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD884F is #5277B0. Grayscale: #8C8C8C. Windows color (decimal): -5404593 or 5212333. OLE color: 5212333.

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

Color convert

RGB17313679-
CMYK00.210.540.32
HSL36.38º37.3%49.41%-
HSV(B)36.38º54.34%67.84%-
XYZ27.4527.0611.17-
YUV140.5693.26151.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=44.59%
G=35.05%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731367900.210.540.3236.3837.349.41
HexAD884F0153620242531
Octal2552101170256640444561
Binary10101101100010001001111010101110110100000100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD884F; }

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

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

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

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

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

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

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

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