#AD8854

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

Shades of Teak #AD8854

Tints of Teak #AD8854

Color information

#AD8854 (or 0xAD8854) is unknown color: approx Teak. HEX triplet: AD, 88 and 54. RGB value is (173,136,84). Sum of RGB (Red+Green+Blue) = 173+136+84=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8854 is #5277AB. Grayscale: #8D8D8D. Windows color (decimal): -5404588 or 5540013. OLE color: 5540013.

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

Color convert

RGB17313684-
CMYK00.210.510.32
HSL35.06º35.18%50.39%-
HSV(B)35.06º51.45%67.84%-
XYZ27.6427.1312.17-
YUV141.1495.76150.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=44.02%
G=34.61%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731368400.210.510.3235.0635.1850.39
HexAD88540153320232332
Octal2552101240256340434362
Binary10101101100010001010100010101110011100000100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8854; }

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

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

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

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

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

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

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

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