#AD865C

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

Shades of Teak #AD865C

Tints of Teak #AD865C

Color information

#AD865C (or 0xAD865C) is unknown color: approx Teak. HEX triplet: AD, 86 and 5C. RGB value is (173,134,92). Sum of RGB (Red+Green+Blue) = 173+134+92=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865C is #5279A3. Grayscale: #8D8D8D. Windows color (decimal): -5405092 or 6063789. OLE color: 6063789.

HSL color Cylindrical-coordinate representation of color #AD865C: hue angle of 31.11º 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 #AD865C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17313492-
CMYK00.230.470.32
HSL31.11º33.06%51.96%-
HSV(B)31.11º46.82%67.84%-
XYZ27.6926.7113.82-
YUV140.87100.42150.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=43.36%
G=33.58%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731349200.230.470.3231.1133.0651.96
HexAD865C0172F201f2134
Octal2552061340275740374164
Binary1010110110000110101110001011110111110000011111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD865C; }

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

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

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

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

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

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

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

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