Html Css Color HEX #AD8764 Medium Wood

📋 copy color: '#AD8764'

red 173 ◦ green 135 ◦ blue 100

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

Shades of Medium Wood #AD8764

Tints of Medium Wood #AD8764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 42.4%
G = 33.09%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD8764 (or 0xAD8764) is known color: Medium Wood. HEX triplet: AD, 87 and 64. RGB value is (173,135,100). Sum of RGB (Red+Green+Blue) = 173+135+100=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8764 is #52789B. Grayscale: #8E8E8E. Windows color (decimal): -5404828 or 6588333. OLE color: 6588333.

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

Color convert

RGB 173 135 100 -
CMYK 0 0.22 0.42 0.32
HSL 28.77º 0.31% 0.54% -
HSV(B) 28.77º 0.42% 0.68% -
XYZ 28.2 27.13 15.81 -
YUV 142.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 173 135 100 0 0.22 0.42 0.32 28.77 0.31 0.54
Hex AD 87 64 0 16 2A 20 1D 1F 36
Octal 255 207 144 0 26 52 40 35 37 66
Binary 10101101 10000111 1100100 0 10110 101010 100000 11101 11111 110110

Color Harmonies of #AD8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8764

Black with #AD8764

Text Example


Text Example

White with #AD8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8764; }

 p { color: rgb(173,135,100); }

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

background-color css

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

 a { background-color: rgb(173,135,100); }

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

border-color css

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

 span { border-color: rgb(173,135,100); }

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