#AD9355

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

Shades of Teak #AD9355

Tints of Teak #AD9355

Color information

#AD9355 (or 0xAD9355) is unknown color: approx Teak. HEX triplet: AD, 93 and 55. RGB value is (173,147,85). Sum of RGB (Red+Green+Blue) = 173+147+85=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9355 is #526CAA. Grayscale: #939393. Windows color (decimal): -5401771 or 5608365. OLE color: 5608365.

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

Color convert

RGB17314785-
CMYK00.150.510.32
HSL42.27º34.92%50.59%-
HSV(B)42.27º50.87%67.84%-
XYZ29.3130.4112.92-
YUV147.7192.61146.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=42.72%
G=36.30%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731478500.150.510.3242.2734.9250.59
HexAD93550F33202a2333
Octal2552231250176340524363
Binary1010110110010011101010101111110011100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9355; }

 p { color: rgb(173,147,85); }

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

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

 a { background-color: rgb(173,147,85); }

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

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

 span { border-color: rgb(173,147,85); }

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