#AD8469

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

Shades of Medium Wood #AD8469

Tints of Medium Wood #AD8469

Color information

#AD8469 (or 0xAD8469) is unknown color: approx Medium Wood. HEX triplet: AD, 84 and 69. RGB value is (173,132,105). Sum of RGB (Red+Green+Blue) = 173+132+105=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8469 is #527B96. Grayscale: #8D8D8D. Windows color (decimal): -5405591 or 6915245. OLE color: 6915245.

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

Color convert

RGB173132105-
CMYK00.240.390.32
HSL23.82º29.31%54.51%-
HSV(B)23.82º39.31%67.84%-
XYZ28.0326.4116.98-
YUV141.18107.58150.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=42.20%
G=32.20%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313210500.240.390.3223.8229.3154.51
HexAD84690182720181d37
Octal2552041510304740303567
Binary101011011000010011010010110001001111000001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8469; }

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

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

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

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

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

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

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

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