Html Css Color HEX #A5785E Medium Wood

📋 copy color: '#A5785E'

red 165 ◦ green 120 ◦ blue 94

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

Shades of Medium Wood #A5785E

Tints of Medium Wood #A5785E

RGB

 RED value IS 165 (64.84% from 255) = 43.54%

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

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

R = 43.54%
G = 31.66%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5785E (or 0xA5785E) is known color: Medium Wood. HEX triplet: A5, 78 and 5E. RGB value is (165,120,94). Sum of RGB (Red+Green+Blue) = 165+120+94=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5785E is #5A87A1. Grayscale: #828282. Windows color (decimal): -5932962 or 6191269. OLE color: 6191269.

HSL color Cylindrical-coordinate representation of color #A5785E: hue angle of 21.97º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5785E is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 94 -
CMYK 0 0.27 0.43 0.35
HSL 21.97º 0.28% 0.51% -
HSV(B) 21.97º 0.43% 0.65% -
XYZ 24.25 22.24 13.6 -
YUV 130.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 165 120 94 0 0.27 0.43 0.35 21.97 0.28 0.51
Hex A5 78 5E 0 1B 2B 23 16 1C 33
Octal 245 170 136 0 33 53 43 26 34 63
Binary 10100101 1111000 1011110 0 11011 101011 100011 10110 11100 110011

Color Harmonies of #A5785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5785E

Black with #A5785E

Text Example


Text Example

White with #A5785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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