Html Css Color HEX #AD785C Medium Wood

📋 copy color: '#AD785C'

red 173 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #AD785C

Tints of Medium Wood #AD785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 44.94%
G = 31.17%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD785C (or 0xAD785C) is known color: Medium Wood. HEX triplet: AD, 78 and 5C. RGB value is (173,120,92). Sum of RGB (Red+Green+Blue) = 173+120+92=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD785C is #5287A3. Grayscale: #848484. Windows color (decimal): -5408676 or 6060205. OLE color: 6060205.

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

Color convert

RGB 173 120 92 -
CMYK 0 0.31 0.47 0.32
HSL 20.74º 0.33% 0.52% -
HSV(B) 20.74º 0.47% 0.68% -
XYZ 25.88 23.09 13.22 -
YUV 132.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 173 120 92 0 0.31 0.47 0.32 20.74 0.33 0.52
Hex AD 78 5C 0 1F 2F 20 15 21 34
Octal 255 170 134 0 37 57 40 25 41 64
Binary 10101101 1111000 1011100 0 11111 101111 100000 10101 100001 110100

Color Harmonies of #AD785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD785C

Black with #AD785C

Text Example


Text Example

White with #AD785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD785C; }

 p { color: rgb(173,120,92); }

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

background-color css

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

 a { background-color: rgb(173,120,92); }

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

border-color css

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

 span { border-color: rgb(173,120,92); }

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