#AD8F4D

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

Shades of Teak #AD8F4D

Tints of Teak #AD8F4D

Color information

#AD8F4D (or 0xAD8F4D) is unknown color: approx Teak. HEX triplet: AD, 8F and 4D. RGB value is (173,143,77). Sum of RGB (Red+Green+Blue) = 173+143+77=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F4D is #5270B2. Grayscale: #909090. Windows color (decimal): -5402803 or 5083053. OLE color: 5083053.

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

Color convert

RGB17314377-
CMYK00.170.550.32
HSL41.25º38.4%49.02%-
HSV(B)41.25º55.49%67.84%-
XYZ28.429.0611.13-
YUV144.4589.94148.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=44.02%
G=36.39%
B=19.59%

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
Decimal1731437700.170.550.3241.2538.449.02
HexAD8F4D0113720292631
Octal2552171150216740514661
Binary10101101100011111001101010001110111100000101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F4D; }

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

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

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

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

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

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

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

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