#AD8F4E

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

Shades of Teak #AD8F4E

Tints of Teak #AD8F4E

Color information

#AD8F4E (or 0xAD8F4E) is unknown color: approx Teak. HEX triplet: AD, 8F and 4E. RGB value is (173,143,78). Sum of RGB (Red+Green+Blue) = 173+143+78=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F4E is #5270B1. Grayscale: #909090. Windows color (decimal): -5402802 or 5148589. OLE color: 5148589.

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

Color convert

RGB17314378-
CMYK00.170.550.32
HSL41.05º37.85%49.22%-
HSV(B)41.05º54.91%67.84%-
XYZ28.4329.0811.32-
YUV144.5690.44148.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 78 (30.86% from 255) = 19.80%
R=43.91%
G=36.29%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731437800.170.550.3241.0537.8549.22
HexAD8F4E0113720292631
Octal2552171160216740514661
Binary10101101100011111001110010001110111100000101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F4E; }

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

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

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

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

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

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

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

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