#AD8C57

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

Shades of Teak #AD8C57

Tints of Teak #AD8C57

Color information

#AD8C57 (or 0xAD8C57) is unknown color: approx Teak. HEX triplet: AD, 8C and 57. RGB value is (173,140,87). Sum of RGB (Red+Green+Blue) = 173+140+87=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C57 is #5273A8. Grayscale: #909090. Windows color (decimal): -5403561 or 5737645. OLE color: 5737645.

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

Color convert

RGB17314087-
CMYK00.190.500.32
HSL36.98º34.4%50.98%-
HSV(B)36.98º49.71%67.84%-
XYZ28.3328.3312.99-
YUV143.8295.93148.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=43.25%
G=35%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731408700.190.500.3236.9834.450.98
HexAD8C570133220252233
Octal2552141270236240454263
Binary10101101100011001010111010011110010100000100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C57; }

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

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

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

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

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

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

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

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