#AD9055

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

Shades of Teak #AD9055

Tints of Teak #AD9055

Color information

#AD9055 (or 0xAD9055) is unknown color: approx Teak. HEX triplet: AD, 90 and 55. RGB value is (173,144,85). Sum of RGB (Red+Green+Blue) = 173+144+85=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9055 is #526FAA. Grayscale: #929292. Windows color (decimal): -5402539 or 5607597. OLE color: 5607597.

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

Color convert

RGB17314485-
CMYK00.170.510.32
HSL40.23º34.92%50.59%-
HSV(B)40.23º50.87%67.84%-
XYZ28.8529.4912.77-
YUV145.9493.61147.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=43.03%
G=35.82%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731448500.170.510.3240.2334.9250.59
HexAD90550113320282333
Octal2552201250216340504363
Binary10101101100100001010101010001110011100000101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9055; }

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

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

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

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

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

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

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

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