#AD8558

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

Shades of Teak #AD8558

Tints of Teak #AD8558

Color information

#AD8558 (or 0xAD8558) is unknown color: approx Teak. HEX triplet: AD, 85 and 58. RGB value is (173,133,88). Sum of RGB (Red+Green+Blue) = 173+133+88=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8558 is #527AA7. Grayscale: #8C8C8C. Windows color (decimal): -5405352 or 5801389. OLE color: 5801389.

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

Color convert

RGB17313388-
CMYK00.230.490.32
HSL31.76º34.14%51.18%-
HSV(B)31.76º49.13%67.84%-
XYZ27.3826.3612.88-
YUV139.8398.75151.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=43.91%
G=33.76%
B=22.34%

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
Decimal1731338800.230.490.3231.7634.1451.18
HexAD85580173120202233
Octal2552051300276140404263
Binary10101101100001011011000010111110001100000100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8558; }

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

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

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

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

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

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

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

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