#AD8658

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

Shades of Teak #AD8658

Tints of Teak #AD8658

Color information

#AD8658 (or 0xAD8658) is unknown color: approx Teak. HEX triplet: AD, 86 and 58. RGB value is (173,134,88). Sum of RGB (Red+Green+Blue) = 173+134+88=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8658 is #5279A7. Grayscale: #8C8C8C. Windows color (decimal): -5405096 or 5801645. OLE color: 5801645.

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

Color convert

RGB17313488-
CMYK00.230.490.32
HSL32.47º34.14%51.18%-
HSV(B)32.47º49.13%67.84%-
XYZ27.5226.6412.92-
YUV140.4298.42151.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=43.80%
G=33.92%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731348800.230.490.3232.4734.1451.18
HexAD86580173120202233
Octal2552061300276140404263
Binary10101101100001101011000010111110001100000100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8658; }

 p { color: rgb(173,134,88); }

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

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

 a { background-color: rgb(173,134,88); }

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

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

 span { border-color: rgb(173,134,88); }

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