#AD825C

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

Shades of Medium Wood #AD825C

Tints of Medium Wood #AD825C

Color information

#AD825C (or 0xAD825C) is unknown color: approx Medium Wood. HEX triplet: AD, 82 and 5C. RGB value is (173,130,92). Sum of RGB (Red+Green+Blue) = 173+130+92=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD825C is #527DA3. Grayscale: #8A8A8A. Windows color (decimal): -5406116 or 6062765. OLE color: 6062765.

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

Color convert

RGB17313092-
CMYK00.250.470.32
HSL28.15º33.06%51.96%-
HSV(B)28.15º46.82%67.84%-
XYZ27.1525.6213.64-
YUV138.52101.75152.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=43.80%
G=32.91%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731309200.250.470.3228.1533.0651.96
HexAD825C0192F201c2134
Octal2552021340315740344164
Binary1010110110000010101110001100110111110000011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD825C; }

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

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

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

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

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

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

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

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