#AD8767

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

Shades of Medium Wood #AD8767

Tints of Medium Wood #AD8767

Color information

#AD8767 (or 0xAD8767) is unknown color: approx Medium Wood. HEX triplet: AD, 87 and 67. RGB value is (173,135,103). Sum of RGB (Red+Green+Blue) = 173+135+103=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8767 is #527898. Grayscale: #8E8E8E. Windows color (decimal): -5404825 or 6784941. OLE color: 6784941.

HSL color Cylindrical-coordinate representation of color #AD8767: hue angle of 27.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8767 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173135103-
CMYK00.220.400.32
HSL27.43º29.91%54.12%-
HSV(B)27.43º40.46%67.84%-
XYZ28.3527.1916.59-
YUV142.71105.59149.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=42.09%
G=32.85%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313510300.220.400.3227.4329.9154.12
HexAD876701628201b1e36
Octal2552071470265040333666
Binary101011011000011111001110101101010001000001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8767; }

 p { color: rgb(173,135,103); }

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

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

 a { background-color: rgb(173,135,103); }

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

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

 span { border-color: rgb(173,135,103); }

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