#AD8B4E

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

Shades of Teak #AD8B4E

Tints of Teak #AD8B4E

Color information

#AD8B4E (or 0xAD8B4E) is unknown color: approx Teak. HEX triplet: AD, 8B and 4E. RGB value is (173,139,78). Sum of RGB (Red+Green+Blue) = 173+139+78=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B4E is #5274B1. Grayscale: #8E8E8E. Windows color (decimal): -5403826 or 5147565. OLE color: 5147565.

HSL color Cylindrical-coordinate representation of color #AD8B4E: hue angle of 38.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD8B4E is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17313978-
CMYK00.200.550.32
HSL38.53º37.85%49.22%-
HSV(B)38.53º54.91%67.84%-
XYZ27.8427.911.13-
YUV142.2191.76149.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 78 (30.86% from 255) = 20%
R=44.36%
G=35.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731397800.200.550.3238.5337.8549.22
HexAD8B4E0143720272631
Octal2552131160246740474661
Binary10101101100010111001110010100110111100000100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B4E; }

 p { color: rgb(173,139,78); }

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

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

 a { background-color: rgb(173,139,78); }

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

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

 span { border-color: rgb(173,139,78); }

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