#AD8769

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

Shades of Medium Wood #AD8769

Tints of Medium Wood #AD8769

Color information

#AD8769 (or 0xAD8769) is unknown color: approx Medium Wood. HEX triplet: AD, 87 and 69. RGB value is (173,135,105). Sum of RGB (Red+Green+Blue) = 173+135+105=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8769 is #527896. Grayscale: #8F8F8F. Windows color (decimal): -5404823 or 6916013. OLE color: 6916013.

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

Color convert

RGB173135105-
CMYK00.220.390.32
HSL26.47º29.31%54.51%-
HSV(B)26.47º39.31%67.84%-
XYZ28.4527.2317.12-
YUV142.94106.59149.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=41.89%
G=32.69%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313510500.220.390.3226.4729.3154.51
HexAD876901627201a1d37
Octal2552071510264740323567
Binary101011011000011111010010101101001111000001101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8769; }

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

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

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

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

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

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

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

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