Html Css Color HEX #AD826D Medium Wood

📋 copy color: '#AD826D'

red 173 ◦ green 130 ◦ blue 109

#AD826D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #AD826D

Tints of Medium Wood #AD826D

RGB

 RED value IS 173 (67.97% from 255) = 41.99%

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 41.99%
G = 31.55%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD826D (or 0xAD826D) is known color: Medium Wood. HEX triplet: AD, 82 and 6D. RGB value is (173,130,109). Sum of RGB (Red+Green+Blue) = 173+130+109=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD826D is #527D92. Grayscale: #8C8C8C. Windows color (decimal): -5406099 or 7176877. OLE color: 7176877.

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

Color convert

RGB 173 130 109 -
CMYK 0 0.25 0.37 0.32
HSL 19.69º 0.28% 0.55% -
HSV(B) 19.69º 0.37% 0.68% -
XYZ 27.98 25.95 18 -
YUV 140.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 173 130 109 0 0.25 0.37 0.32 19.69 0.28 0.55
Hex AD 82 6D 0 19 25 20 14 1C 37
Octal 255 202 155 0 31 45 40 24 34 67
Binary 10101101 10000010 1101101 0 11001 100101 100000 10100 11100 110111

Color Harmonies of #AD826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD826D

Black with #AD826D

Text Example


Text Example

White with #AD826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD826D; }

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

 H1.HeaderClassName
 {
   color: #AD826D;
 }
 .AnyTagClassName
 {
   color: #AD826D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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