#AD865A

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

Shades of Teak #AD865A

Tints of Teak #AD865A

Color information

#AD865A (or 0xAD865A) is unknown color: approx Teak. HEX triplet: AD, 86 and 5A. RGB value is (173,134,90). Sum of RGB (Red+Green+Blue) = 173+134+90=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD865A is #5279A5. Grayscale: #8C8C8C. Windows color (decimal): -5405094 or 5932717. OLE color: 5932717.

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

Color convert

RGB17313490-
CMYK00.230.480.32
HSL31.81º33.6%51.57%-
HSV(B)31.81º47.98%67.84%-
XYZ27.626.6713.37-
YUV140.6499.42151.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=43.58%
G=33.75%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731349000.230.480.3231.8133.651.57
HexAD865A0173020202234
Octal2552061320276040404264
Binary10101101100001101011010010111110000100000100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD865A; }

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

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

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

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

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

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

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

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