Html Css Color HEX #AD826E Medium Wood

📋 copy color: '#AD826E'

red 173 ◦ green 130 ◦ blue 110

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

Shades of Medium Wood #AD826E

Tints of Medium Wood #AD826E

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 value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD826E (or 0xAD826E) is known color: 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

RGB 173 130 110 -
CMYK 0 0.25 0.36 0.32
HSL 19.05º 0.28% 0.55% -
HSV(B) 19.05º 0.36% 0.68% -
XYZ 28.03 25.98 18.29 -
YUV 140.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 173 130 110 0 0.25 0.36 0.32 19.05 0.28 0.55
Hex AD 82 6E 0 19 24 20 13 1C 37
Octal 255 202 156 0 31 44 40 23 34 67
Binary 10101101 10000010 1101110 0 11001 100100 100000 10011 11100 110111

Color Harmonies of #AD826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD826E

Black with #AD826E

Text Example


Text Example

White with #AD826E

Text Example


Text Example

HTML Codes & Css Web 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>