#AD8D5C

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

Shades of Teak #AD8D5C

Tints of Teak #AD8D5C

Color information

#AD8D5C (or 0xAD8D5C) is unknown color: approx Teak. HEX triplet: AD, 8D and 5C. RGB value is (173,141,92). Sum of RGB (Red+Green+Blue) = 173+141+92=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5C is #5272A3. Grayscale: #919191. Windows color (decimal): -5403300 or 6065581. OLE color: 6065581.

HSL color Cylindrical-coordinate representation of color #AD8D5C: hue angle of 36.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD8D5C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17314192-
CMYK00.180.470.32
HSL36.3º33.06%51.96%-
HSV(B)36.3º46.82%67.84%-
XYZ28.6928.7114.15-
YUV144.9898.1147.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=42.61%
G=34.73%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731419200.180.470.3236.333.0651.96
HexAD8D5C0122F20242134
Octal2552151340225740444164
Binary10101101100011011011100010010101111100000100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D5C; }

 p { color: rgb(173,141,92); }

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

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

 a { background-color: rgb(173,141,92); }

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

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

 span { border-color: rgb(173,141,92); }

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