#AD826E

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

Shades of Medium Wood #AD826E

Tints of Medium Wood #AD826E

Color information

#AD826E (or 0xAD826E) is unknown color: approx Medium Wood. HEX triplet: AD, 82 and 6E. RGB value is (173,130,110). Sum of RGB (Red+Green+Blue) = 173+130+110=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD826E is #527D91. Grayscale: #8C8C8C. Windows color (decimal): -5406098 or 7242413. OLE color: 7242413.

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

Color convert

RGB173130110-
CMYK00.250.360.32
HSL19.05º27.75%55.49%-
HSV(B)19.05º36.42%67.84%-
XYZ28.0325.9818.29-
YUV140.58110.75151.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=41.89%
G=31.48%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313011000.250.360.3219.0527.7555.49
HexAD826E0192420131c37
Octal2552021560314440233467
Binary101011011000001011011100110011001001000001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD826E; }

 p { color: rgb(173,130,110); }

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

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

 a { background-color: rgb(173,130,110); }

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

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

 span { border-color: rgb(173,130,110); }

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