#AD8C5D

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

Shades of Teak #AD8C5D

Tints of Teak #AD8C5D

Color information

#AD8C5D (or 0xAD8C5D) is unknown color: approx Teak. HEX triplet: AD, 8C and 5D. RGB value is (173,140,93). Sum of RGB (Red+Green+Blue) = 173+140+93=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C5D is #5273A2. Grayscale: #909090. Windows color (decimal): -5403555 or 6130861. OLE color: 6130861.

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

Color convert

RGB17314093-
CMYK00.190.460.32
HSL35.25º32.79%52.16%-
HSV(B)35.25º46.24%67.84%-
XYZ28.5928.4314.34-
YUV144.5198.93148.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=42.61%
G=34.48%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731409300.190.460.3235.2532.7952.16
HexAD8C5D0132E20232134
Octal2552141350235640434164
Binary10101101100011001011101010011101110100000100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C5D; }

 p { color: rgb(173,140,93); }

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

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

 a { background-color: rgb(173,140,93); }

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

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

 span { border-color: rgb(173,140,93); }

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