Html Css Color HEX #AD775B Medium Wood

📋 copy color: '#AD775B'

red 173 ◦ green 119 ◦ blue 91

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

Shades of Medium Wood #AD775B

Tints of Medium Wood #AD775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 45.17%
G = 31.07%
B = 23.76%

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

#AD775B (or 0xAD775B) is known color: Medium Wood. HEX triplet: AD, 77 and 5B. RGB value is (173,119,91). Sum of RGB (Red+Green+Blue) = 173+119+91=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD775B is #5288A4. Grayscale: #848484. Windows color (decimal): -5408933 or 5994413. OLE color: 5994413.

HSL color Cylindrical-coordinate representation of color #AD775B: hue angle of 20.49º 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 #AD775B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 119 91 -
CMYK 0 0.31 0.47 0.32
HSL 20.49º 0.33% 0.52% -
HSV(B) 20.49º 0.47% 0.68% -
XYZ 25.72 22.83 12.95 -
YUV 131.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 173 119 91 0 0.31 0.47 0.32 20.49 0.33 0.52
Hex AD 77 5B 0 1F 2F 20 14 21 34
Octal 255 167 133 0 37 57 40 24 41 64
Binary 10101101 1110111 1011011 0 11111 101111 100000 10100 100001 110100

Color Harmonies of #AD775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD775B

Black with #AD775B

Text Example


Text Example

White with #AD775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD775B; }

 p { color: rgb(173,119,91); }

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

background-color css

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

 a { background-color: rgb(173,119,91); }

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

border-color css

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

 span { border-color: rgb(173,119,91); }

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