Html Css Color HEX #A9785E Medium Wood

📋 copy color: '#A9785E'

red 169 ◦ green 120 ◦ blue 94

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

Shades of Medium Wood #A9785E

Tints of Medium Wood #A9785E

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 44.13%
G = 31.33%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9785E (or 0xA9785E) is known color: Medium Wood. HEX triplet: A9, 78 and 5E. RGB value is (169,120,94). Sum of RGB (Red+Green+Blue) = 169+120+94=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9785E is #5687A1. Grayscale: #838383. Windows color (decimal): -5670818 or 6191273. OLE color: 6191273.

HSL color Cylindrical-coordinate representation of color #A9785E: hue angle of 20.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9785E is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 120 94 -
CMYK 0 0.29 0.44 0.34
HSL 20.8º 0.3% 0.52% -
HSV(B) 20.8º 0.44% 0.66% -
XYZ 25.1 22.68 13.64 -
YUV 131.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 169 120 94 0 0.29 0.44 0.34 20.8 0.3 0.52
Hex A9 78 5E 0 1D 2C 22 15 1E 34
Octal 251 170 136 0 35 54 42 25 36 64
Binary 10101001 1111000 1011110 0 11101 101100 100010 10101 11110 110100

Color Harmonies of #A9785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9785E

Black with #A9785E

Text Example


Text Example

White with #A9785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9785E; }

 p { color: rgb(169,120,94); }

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

background-color css

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

 a { background-color: rgb(169,120,94); }

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

border-color css

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

 span { border-color: rgb(169,120,94); }

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