Html Css Color HEX #AD8066 Medium Wood

📋 copy color: '#AD8066'

red 173 ◦ green 128 ◦ blue 102

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

Shades of Medium Wood #AD8066

Tints of Medium Wood #AD8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 42.93%
G = 31.76%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD8066 (or 0xAD8066) is known color: Medium Wood. HEX triplet: AD, 80 and 66. RGB value is (173,128,102). Sum of RGB (Red+Green+Blue) = 173+128+102=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8066 is #527F99. Grayscale: #8A8A8A. Windows color (decimal): -5406618 or 6717613. OLE color: 6717613.

HSL color Cylindrical-coordinate representation of color #AD8066: hue angle of 21.97º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8066 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 102 -
CMYK 0 0.26 0.41 0.32
HSL 21.97º 0.3% 0.54% -
HSV(B) 21.97º 0.41% 0.68% -
XYZ 27.35 25.28 16.01 -
YUV 138.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 173 128 102 0 0.26 0.41 0.32 21.97 0.3 0.54
Hex AD 80 66 0 1A 29 20 16 1E 36
Octal 255 200 146 0 32 51 40 26 36 66
Binary 10101101 10000000 1100110 0 11010 101001 100000 10110 11110 110110

Color Harmonies of #AD8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8066

Black with #AD8066

Text Example


Text Example

White with #AD8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8066; }

 p { color: rgb(173,128,102); }

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

background-color css

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

 a { background-color: rgb(173,128,102); }

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

border-color css

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

 span { border-color: rgb(173,128,102); }

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