#AD8A60

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

Shades of Teak #AD8A60

Tints of Teak #AD8A60

Color information

#AD8A60 (or 0xAD8A60) is unknown color: approx Teak. HEX triplet: AD, 8A and 60. RGB value is (173,138,96). Sum of RGB (Red+Green+Blue) = 173+138+96=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A60 is #52759F. Grayscale: #8F8F8F. Windows color (decimal): -5404064 or 6326957. OLE color: 6326957.

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

Color convert

RGB17313896-
CMYK00.200.450.32
HSL32.73º31.95%52.75%-
HSV(B)32.73º44.51%67.84%-
XYZ28.4327.9114.95-
YUV143.68101.1148.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=42.51%
G=33.91%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731389600.200.450.3232.7331.9552.75
HexAD8A600142D20212035
Octal2552121400245540414065
Binary10101101100010101100000010100101101100000100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A60; }

 p { color: rgb(173,138,96); }

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

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

 a { background-color: rgb(173,138,96); }

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

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

 span { border-color: rgb(173,138,96); }

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