Html Css Color HEX #AD826F Medium Wood

📋 copy color: '#AD826F'

red 173 ◦ green 130 ◦ blue 111

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

Shades of Medium Wood #AD826F

Tints of Medium Wood #AD826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 41.79%
G = 31.4%
B = 26.81%

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

#AD826F (or 0xAD826F) is known color: Medium Wood. HEX triplet: AD, 82 and 6F. RGB value is (173,130,111). Sum of RGB (Red+Green+Blue) = 173+130+111=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD826F is #527D90. Grayscale: #8C8C8C. Windows color (decimal): -5406097 or 7307949. OLE color: 7307949.

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

Color convert

RGB 173 130 111 -
CMYK 0 0.25 0.36 0.32
HSL 18.39º 0.27% 0.56% -
HSV(B) 18.39º 0.36% 0.68% -
XYZ 28.09 26 18.58 -
YUV 140.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 173 130 111 0 0.25 0.36 0.32 18.39 0.27 0.56
Hex AD 82 6F 0 19 24 20 12 1B 38
Octal 255 202 157 0 31 44 40 22 33 70
Binary 10101101 10000010 1101111 0 11001 100100 100000 10010 11011 111000

Color Harmonies of #AD826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD826F

Black with #AD826F

Text Example


Text Example

White with #AD826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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