#AD8F51

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

Shades of Teak #AD8F51

Tints of Teak #AD8F51

Color information

#AD8F51 (or 0xAD8F51) is unknown color: approx Teak. HEX triplet: AD, 8F and 51. RGB value is (173,143,81). Sum of RGB (Red+Green+Blue) = 173+143+81=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F51 is #5270AE. Grayscale: #919191. Windows color (decimal): -5402799 or 5345197. OLE color: 5345197.

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

Color convert

RGB17314381-
CMYK00.170.530.32
HSL40.43º36.22%49.8%-
HSV(B)40.43º53.18%67.84%-
XYZ28.5429.1211.9-
YUV144.991.94148.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=43.58%
G=36.02%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731438100.170.530.3240.4336.2249.8
HexAD8F510113520282432
Octal2552171210216540504462
Binary10101101100011111010001010001110101100000101000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F51; }

 p { color: rgb(173,143,81); }

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

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

 a { background-color: rgb(173,143,81); }

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

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

 span { border-color: rgb(173,143,81); }

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