#AD9056

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

Shades of Teak #AD9056

Tints of Teak #AD9056

Color information

#AD9056 (or 0xAD9056) is unknown color: approx Teak. HEX triplet: AD, 90 and 56. RGB value is (173,144,86). Sum of RGB (Red+Green+Blue) = 173+144+86=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9056 is #526FA9. Grayscale: #929292. Windows color (decimal): -5402538 or 5673133. OLE color: 5673133.

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

Color convert

RGB17314486-
CMYK00.170.500.32
HSL40º34.66%50.78%-
HSV(B)40º50.29%67.84%-
XYZ28.8929.512.98-
YUV146.0694.11147.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=42.93%
G=35.73%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731448600.170.500.324034.6650.78
HexAD90560113220282333
Octal2552201260216240504363
Binary10101101100100001010110010001110010100000101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9056; }

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

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

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

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

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

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

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

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