#AD8768

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

Shades of Medium Wood #AD8768

Tints of Medium Wood #AD8768

Color information

#AD8768 (or 0xAD8768) is unknown color: approx Medium Wood. HEX triplet: AD, 87 and 68. RGB value is (173,135,104). Sum of RGB (Red+Green+Blue) = 173+135+104=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8768 is #527897. Grayscale: #8E8E8E. Windows color (decimal): -5404824 or 6850477. OLE color: 6850477.

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

Color convert

RGB173135104-
CMYK00.220.400.32
HSL26.96º29.61%54.31%-
HSV(B)26.96º39.88%67.84%-
XYZ28.427.2116.85-
YUV142.83106.09149.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=41.99%
G=32.77%
B=25.24%

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
Decimal17313510400.220.400.3226.9629.6154.31
HexAD876801628201b1e36
Octal2552071500265040333666
Binary101011011000011111010000101101010001000001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8768; }

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

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

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

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

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

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

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

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