#AD8359

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

Shades of Teak #AD8359

Tints of Teak #AD8359

Color information

#AD8359 (or 0xAD8359) is unknown color: approx Teak. HEX triplet: AD, 83 and 59. RGB value is (173,131,89). Sum of RGB (Red+Green+Blue) = 173+131+89=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8359 is #527CA6. Grayscale: #8A8A8A. Windows color (decimal): -5405863 or 5866413. OLE color: 5866413.

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

Color convert

RGB17313189-
CMYK00.240.490.32
HSL30º33.87%51.37%-
HSV(B)30º48.55%67.84%-
XYZ27.1525.8413.01-
YUV138.7799.91152.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=44.02%
G=33.33%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731318900.240.490.323033.8751.37
HexAD835901831201e2233
Octal2552031310306140364263
Binary1010110110000011101100101100011000110000011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8359; }

 p { color: rgb(173,131,89); }

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

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

 a { background-color: rgb(173,131,89); }

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

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

 span { border-color: rgb(173,131,89); }

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