#AD9356

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

Shades of Teak #AD9356

Tints of Teak #AD9356

Color information

#AD9356 (or 0xAD9356) is unknown color: approx Teak. HEX triplet: AD, 93 and 56. RGB value is (173,147,86). Sum of RGB (Red+Green+Blue) = 173+147+86=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9356 is #526CA9. Grayscale: #949494. Windows color (decimal): -5401770 or 5673901. OLE color: 5673901.

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

Color convert

RGB17314786-
CMYK00.150.500.32
HSL42.07º34.66%50.78%-
HSV(B)42.07º50.29%67.84%-
XYZ29.3530.4213.13-
YUV147.8293.11145.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=42.61%
G=36.21%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731478600.150.500.3242.0734.6650.78
HexAD93560F32202a2333
Octal2552231260176240524363
Binary1010110110010011101011001111110010100000101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9356; }

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

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

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

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

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

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

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

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